Home
last modified time | relevance | path

Searched refs:dispatchWindowInsetsAnimationProgress (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java94 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewRootInsetsControllerHost
106 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DInsetsController.java88 WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method
575 mHost.dispatchWindowInsetsAnimationProgress(insets, mUnmodifiableTmpRunningAnims); in InsetsController()
DViewGroup.java7431 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewGroup
7433 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
7439 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DView.java11381 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets,
/frameworks/base/config/
Dboot-image-profile.txt22535 HSPLandroid/view/View;->dispatchWindowInsetsAnimationProgress(Landroid/view/WindowInsets;Ljava/util…
23279 HSPLandroid/view/ViewGroup;->dispatchWindowInsetsAnimationProgress(Landroid/view/WindowInsets;Ljava…
/frameworks/base/api/
Dcurrent.txt53818 …method @NonNull public android.view.WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull an…