Home
last modified time | relevance | path

Searched refs:onDescendantInvalidated (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DViewOverlay.java336 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 DViewParent.java72 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method
75 getParent().onDescendantInvalidated(child, target); in onDescendantInvalidated()
H A DViewGroup.java6018 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 DViewRootImpl.java1837 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated() method
H A DView.java18933 mParent.onDescendantInvalidated(this, this); in damageInParent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18332 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 Dboot-image-profile.txt18381 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 Dcurrent.txt49893 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…