Searched refs:dispatchWindowInsetsAnimationProgress (Results 1 – 7 of 7) sorted by relevance
96 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewRootInsetsControllerHost108 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
105 WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method810 mHost.dispatchWindowInsetsAnimationProgress(insets, in InsetsController()
7605 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in ViewGroup7607 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()7613 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
12012 public WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull WindowInsets insets, in dispatchWindowInsetsAnimationProgress() method in View
759 public WindowInsets dispatchWindowInsetsAnimationProgress( in dispatchWindowInsetsAnimationProgress() method in InsetsPolicy.Host
927 .dispatchWindowInsetsAnimationProgress(windowInsets, windowInsetsAnimations); in testWindowInsetAnimationProgress_updatesBottomInset()
52077 …method @NonNull public android.view.WindowInsets dispatchWindowInsetsAnimationProgress(@NonNull an…