Searched refs:onDescendantInvalidated (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
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()
|
D | ViewParent.java | 74 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method 77 getParent().onDescendantInvalidated(child, target); in onDescendantInvalidated()
|
D | ViewGroup.java | 6019 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewGroup 6048 mParent.onDescendantInvalidated(this, target); in onDescendantInvalidated() 6066 onDescendantInvalidated(child, child); in invalidateChild()
|
D | ViewRootImpl.java | 2014 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated() method in ViewRootImpl
|
D | View.java | 19448 mParent.onDescendantInvalidated(this, this); in damageInParent()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17804 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land… 17884 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid… 18178 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17867 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land… 17947 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid… 18241 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
|
/frameworks/base/core/api/ |
D | current.txt | 50801 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…
|