Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ onLoaded
Method
onLoaded
packages/core/ui/core/view/index.android.ts:767–772 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
765
766
@profile
767
public onLoaded() {
768
this._manager = null;
769
this._rootManager = null;
770
super.onLoaded();
771
this.setOnTouchListener();
772
}
773
774
@profile
775
public onUnloaded() {
Callers
3
onLoaded
Function · 0.45
callLoaded
Function · 0.45
onLoaded
Function · 0.45
Calls
3
setOnTouchListener
Method · 0.95
_showNativeModalView
Method · 0.95
off
Method · 0.65
Tested by
no test coverage detected