Searched refs:onDescendantInvalidated (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewOverlay.java | 336 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewOverlay.OverlayViewGroup 340 ((ViewGroup) mHostView).onDescendantInvalidated(mHostView, target); in onDescendantInvalidated() 344 super.onDescendantInvalidated(child, target); in onDescendantInvalidated()
|
H A D | ViewParent.java | 72 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method 75 getParent().onDescendantInvalidated(child, target); in onDescendantInvalidated()
|
H A D | ViewGroup.java | 6018 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewGroup 6047 mParent.onDescendantInvalidated(this, target); in onDescendantInvalidated() 6065 onDescendantInvalidated(child, child); in invalidateChild()
|
H A D | ViewRootImpl.java | 1837 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated() method
|
H A D | View.java | 18933 mParent.onDescendantInvalidated(this, this); in damageInParent()
|
/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/boot/ |
H A D | boot-image-profile.txt | 18332 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land… 18412 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid… 18674 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18381 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land… 18461 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid… 18722 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49893 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…
|