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

Method eachChildView

packages/core/ui/content-view/index.ts:74–79  ·  view source on GitHub ↗
(callback: (child: View) => boolean)

Source from the content-addressed store, hash-verified

72 }
73
74 public eachChildView(callback: (child: View) => boolean) {
75 const content = this._content;
76 if (content) {
77 callback(content);
78 }
79 }
80
81 // This method won't be called in Android because we use the native android layout.
82 public onMeasure(widthMeasureSpec: number, heightMeasureSpec: number): void {

Callers 2

_onLivesyncFunction · 0.45
eachChildFunction · 0.45

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected