Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java140 mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets); in InsetsController()
DViewGroup.java7230 WindowInsets dispatchWindowInsetsAnimationProgress(WindowInsets insets) { in dispatchWindowInsetsAnimationProgress() method in ViewGroup
7231 insets = super.dispatchWindowInsetsAnimationProgress(insets); in dispatchWindowInsetsAnimationProgress()
7234 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets); in dispatchWindowInsetsAnimationProgress()