Searched refs:onChildViewAdded (Results 1 – 9 of 9) sorted by relevance
/aosp14/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()
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowViewController.java | 491 public void onChildViewAdded(View parent, View child) { in setupExpandedStatusBar()
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebView.java | 2125 public void onChildViewAdded(View parent, View child) {} in onChildViewAdded() method in WebView
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 5137 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53250 method public void onChildViewAdded(android.view.View, android.view.View); 57592 method @Deprecated public void onChildViewAdded(android.view.View, android.view.View);
|