Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java95 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewRootInsetsControllerHost
107 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
H A DInsetsController.java94 WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method
645 mHost.dispatchWindowInsetsAnimationProgress(insets, in InsetsController()
H A DViewGroup.java7454 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewGroup
7456 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
7462 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
H A DView.java11579 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in View
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java77 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in DisplaySystemBarsInsetsControllerHost
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48698 …method @NonNull public android.view.WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull an…