Home
last modified time | relevance | path

Searched refs:dispatchWindowInsetsAnimationEnd (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java112 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd() method in ViewRootInsetsControllerHost
118 mViewRoot.mView.dispatchWindowInsetsAnimationEnd(animation); in dispatchWindowInsetsAnimationEnd()
DInsetsController.java106 void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationEnd() method
2181 mHost.dispatchWindowInsetsAnimationEnd(animation); in dispatchAnimationEnd()
DViewGroup.java7636 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd() method in ViewGroup
7637 super.dispatchWindowInsetsAnimationEnd(animation); in dispatchWindowInsetsAnimationEnd()
7643 getChildAt(i).dispatchWindowInsetsAnimationEnd(animation); in dispatchWindowInsetsAnimationEnd()
DView.java12856 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) {
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java828 public void dispatchWindowInsetsAnimationEnd( in dispatchWindowInsetsAnimationEnd() method in InsetsPolicy.Host
/frameworks/base/boot/
Dboot-image-profile.txt17679 HSPLandroid/view/View;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18382 HSPLandroid/view/ViewGroup;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18910 HSPLandroid/view/ViewRootInsetsControllerHost;->dispatchWindowInsetsAnimationEnd(Landroid/view/Wind…
/frameworks/base/core/api/
Dcurrent.txt54017 … method public void dispatchWindowInsetsAnimationEnd(@NonNull android.view.WindowInsetsAnimation);