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

Method _update

packages/core/ui/tab-view/index.android.ts:375–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 }
374
375 public _update(): void {
376 const tv = this.nativeViewProtected;
377 const tabView = this.parent as TabView;
378 if (tv && tabView) {
379 this.tabItemSpec = createTabItemSpec(this);
380 tabView.updateAndroidItemAt(this.index, this.tabItemSpec);
381 }
382 }
383
384 public _getChildFragmentManager(): androidx.fragment.app.FragmentManager {
385 const tabView = this.parent as TabView;

Callers

nothing calls this directly

Calls 2

createTabItemSpecFunction · 0.85
updateAndroidItemAtMethod · 0.80

Tested by

no test coverage detected