Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java96 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewRootInsetsControllerHost
108 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DInsetsController.java105 WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method
810 mHost.dispatchWindowInsetsAnimationProgress(insets, in InsetsController()
DViewGroup.java7605 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewGroup
7607 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
7613 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DView.java12012 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in View
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java759 public WindowInsets dispatchWindowInsetsAnimationProgress( in dispatchWindowInsetsAnimationProgress() method in InsetsPolicy.Host
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java927 .dispatchWindowInsetsAnimationProgress(windowInsets, windowInsetsAnimations); in testWindowInsetAnimationProgress_updatesBottomInset()
/frameworks/base/core/api/
Dcurrent.txt52077 …method @NonNull public android.view.WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull an…