MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / _shouldDelayLayout

Method _shouldDelayLayout

packages/core/ui/page/index.ios.ts:433–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431 }
432
433 public _shouldDelayLayout(): boolean {
434 return this.frame && this.frame._animationInProgress;
435 }
436
437 public onLoaded(): void {
438 super.onLoaded();

Callers 1

performLayoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected