Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
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()
DViewParent.java75 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method
78 getParent().onDescendantInvalidated(child, target); in onDescendantInvalidated()
DViewGroup.java6027 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() method in ViewGroup
6056 mParent.onDescendantInvalidated(this, target); in onDescendantInvalidated()
6074 onDescendantInvalidated(child, child); in invalidateChild()
DViewRootImpl.java2485 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated() method in ViewRootImpl
DView.java20951 mParent.onDescendantInvalidated(this, this); in damageInParent()
/frameworks/base/core/tests/coretests/src/android/view/
DViewFrameRateTest.java609 mMovingView.getParent().onDescendantInvalidated(mMovingView, mMovingView); in frameRateReset()
/frameworks/base/boot/
Dboot-image-profile.txt17847 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land…
17927 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid…
18178 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/config/
Dboot-image-profile.txt17911 HSPLandroid/view/ViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]Land…
17991 HSPLandroid/view/ViewOverlay$OverlayViewGroup;->onDescendantInvalidated(Landroid/view/View;Landroid…
18242 HSPLandroid/view/ViewRootImpl;->onDescendantInvalidated(Landroid/view/View;Landroid/view/View;)V+]L…
/frameworks/base/core/api/
Dcurrent.txt53675 …method @CallSuper public void onDescendantInvalidated(@NonNull android.view.View, @NonNull android…
53835 …method public default void onDescendantInvalidated(@NonNull android.view.View, @NonNull android.vi…