Home
last modified time | relevance | path

Searched refs:onChildViewRemoved (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
DRadioGroup.java425 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in RadioGroup.PassThroughHierarchyChangeListener
431 mOnHierarchyChangeListener.onChildViewRemoved(parent, child); in onChildViewRemoved()
DTableRow.java543 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in TableRow.ChildrenTracker
548 this.listener.onChildViewRemoved(parent, child); in onChildViewRemoved()
DTableLayout.java774 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in TableLayout.PassThroughHierarchyChangeListener
776 mOnHierarchyChangeListener.onChildViewRemoved(parent, child); in onChildViewRemoved()
/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java141 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in AppWidgetHostViewTest.ViewAddListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt376 override fun onChildViewRemoved(parent: View, child: View) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java621 public void onChildViewRemoved(View parent, View child) { in setupExpandedStatusBar()
/frameworks/base/core/java/android/webkit/
DWebView.java2134 public void onChildViewRemoved(View p, View child) {} in onChildViewRemoved() method in WebView
/frameworks/base/core/java/android/view/
DViewGroup.java5123 void onChildViewRemoved(View parent, View child); in onChildViewRemoved() method
5157 mOnHierarchyChangeListener.onChildViewRemoved(this, child); in dispatchViewRemoved()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34243 method public abstract void onChildViewRemoved(android.view.View, android.view.View);
36468 method public deprecated void onChildViewRemoved(android.view.View, android.view.View);
/frameworks/base/core/api/
Dcurrent.txt53781 method public void onChildViewRemoved(android.view.View, android.view.View);
58220 method @Deprecated public void onChildViewRemoved(android.view.View, android.view.View);