/frameworks/base/core/java/android/widget/ |
D | RadioGroup.java | 425 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in RadioGroup.PassThroughHierarchyChangeListener 431 mOnHierarchyChangeListener.onChildViewRemoved(parent, child); in onChildViewRemoved()
|
D | TableRow.java | 543 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in TableRow.ChildrenTracker 548 this.listener.onChildViewRemoved(parent, child); in onChildViewRemoved()
|
D | TableLayout.java | 774 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/ |
D | AppWidgetHostViewTest.java | 141 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in AppWidgetHostViewTest.ViewAddListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardRootViewBinder.kt | 376 override fun onChildViewRemoved(parent: View, child: View) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 621 public void onChildViewRemoved(View parent, View child) { in setupExpandedStatusBar()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2134 public void onChildViewRemoved(View p, View child) {} in onChildViewRemoved() method in WebView
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5123 void onChildViewRemoved(View parent, View child); in onChildViewRemoved() method 5157 mOnHierarchyChangeListener.onChildViewRemoved(this, child); in dispatchViewRemoved()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34243 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/ |
D | current.txt | 53781 method public void onChildViewRemoved(android.view.View, android.view.View); 58220 method @Deprecated public void onChildViewRemoved(android.view.View, android.view.View);
|