Home
last modified time | relevance | path

Searched refs:onChildViewAdded (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRadioGroup.java404 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in RadioGroup.PassThroughHierarchyChangeListener
417 mOnHierarchyChangeListener.onChildViewAdded(parent, child); in onChildViewAdded()
H A DTableRow.java534 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in TableRow.ChildrenTracker
539 this.listener.onChildViewAdded(parent, child); in onChildViewAdded()
H A DTableLayout.java763 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in TableLayout.PassThroughHierarchyChangeListener
767 mOnHierarchyChangeListener.onChildViewAdded(parent, child); in onChildViewAdded()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java136 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in AppWidgetHostViewTest.ViewAddListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java491 public void onChildViewAdded(View parent, View child) { in setupExpandedStatusBar()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java2125 public void onChildViewAdded(View parent, View child) {} in onChildViewAdded() method in WebView
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java5137 void onChildViewAdded(View parent, View child); in onChildViewAdded() method
5162 mOnHierarchyChangeListener.onChildViewAdded(this, child); in dispatchViewAdded()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53250 method public void onChildViewAdded(android.view.View, android.view.View);
57592 method @Deprecated public void onChildViewAdded(android.view.View, android.view.View);