MCPcopy 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

onLoadedFunction · 0.45
callLoadedFunction · 0.45
onLoadedFunction · 0.45

Calls 3

setOnTouchListenerMethod · 0.95
_showNativeModalViewMethod · 0.95
offMethod · 0.65

Tested by

no test coverage detected