Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewOverlay.java335 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewOverlay.OverlayViewGroup
339 ((ViewGroup) mHostView).onDescendantInvalidated(mHostView, target); in onDescendantInvalidated()
343 super.onDescendantInvalidated(child, target); in onDescendantInvalidated()
DViewParent.java72 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method
75 getParent().onDescendantInvalidated(child, target); in onDescendantInvalidated()
DViewGroup.java5910 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewGroup
5939 mParent.onDescendantInvalidated(this, target); in onDescendantInvalidated()
5957 onDescendantInvalidated(child, child); in invalidateChild()
DViewRootImpl.java1456 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated() method in ViewRootImpl
DView.java18237 mParent.onDescendantInvalidated(this, this); in damageInParent()
/frameworks/base/config/
Dboot-image-profile.txt17457 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V
17675 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V
/frameworks/base/non-updatable-api/
Dcurrent.txt52657 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…
/frameworks/base/api/
Dcurrent.txt52801 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…