/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | AccessibleDragListenerAdapter.java | 65 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in AccessibleDragListenerAdapter
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadioGroup.java | 404 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in RadioGroup.PassThroughHierarchyChangeListener 417 mOnHierarchyChangeListener.onChildViewAdded(parent, child); in onChildViewAdded()
|
H A D | TableRow.java | 534 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in TableRow.ChildrenTracker 539 this.listener.onChildViewAdded(parent, child); in onChildViewAdded()
|
H A D | TableLayout.java | 763 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in TableLayout.PassThroughHierarchyChangeListener 767 mOnHierarchyChangeListener.onChildViewAdded(parent, child); in onChildViewAdded()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | AppWidgetHostViewTest.java | 136 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in AppWidgetHostViewTest.ViewAddListener
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowViewController.java | 441 public void onChildViewAdded(View parent, View child) { in setupExpandedStatusBar()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
H A D | HotseatPredictionController.java | 127 public void onChildViewAdded(View parent, View child) { in onChildViewAdded() method in HotseatPredictionController
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebView.java | 2113 public void onChildViewAdded(View parent, View child) {} in onChildViewAdded() method in WebView
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 5106 void onChildViewAdded(View parent, View child); in onChildViewAdded() method 5131 mOnHierarchyChangeListener.onChildViewAdded(this, child); in dispatchViewAdded()
|
/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 | 49839 method public void onChildViewAdded(android.view.View, android.view.View); 53718 method @Deprecated public void onChildViewAdded(android.view.View, android.view.View);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34242 method public abstract void onChildViewAdded(android.view.View, android.view.View); 36467 method public deprecated void onChildViewAdded(android.view.View, android.view.View);
|