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

Method eachChildView

packages/core/ui/repeater/index.ts:174–178  ·  view source on GitHub ↗
(callback: (child: View) => boolean)

Source from the content-addressed store, hash-verified

172 }
173
174 public eachChildView(callback: (child: View) => boolean) {
175 if (this.itemsLayout) {
176 callback(this.itemsLayout);
177 }
178 }
179
180 public onLayout(left: number, top: number, right: number, bottom: number): void {
181 const insets = this.getSafeAreaInsets();

Callers 3

assertChildTextsMethod · 0.45
eachChildCallbackFunction · 0.45
testFuncFunction · 0.45

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected