/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | AccessibleDragListenerAdapter.java | 72 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in AccessibleDragListenerAdapter
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadioGroup.java | 425 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in RadioGroup.PassThroughHierarchyChangeListener 431 mOnHierarchyChangeListener.onChildViewRemoved(parent, child); in onChildViewRemoved()
|
H A 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()
|
H A D | TableLayout.java | 774 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in TableLayout.PassThroughHierarchyChangeListener 776 mOnHierarchyChangeListener.onChildViewRemoved(parent, child); in onChildViewRemoved()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | AppWidgetHostViewTest.java | 141 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in AppWidgetHostViewTest.ViewAddListener
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowViewController.java | 448 public void onChildViewRemoved(View parent, View child) { in setupExpandedStatusBar()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
H A D | HotseatPredictionController.java | 132 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved() method in HotseatPredictionController
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebView.java | 2122 public void onChildViewRemoved(View p, View child) {} in onChildViewRemoved() method in WebView
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 5114 void onChildViewRemoved(View parent, View child); in onChildViewRemoved() method 5148 mOnHierarchyChangeListener.onChildViewRemoved(this, child); in dispatchViewRemoved()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49840 method public void onChildViewRemoved(android.view.View, android.view.View); 53719 method @Deprecated public void onChildViewRemoved(android.view.View, android.view.View);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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);
|