Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java140 mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets); in InsetsController()
DViewGroup.java7274 WindowInsets dispatchWindowInsetsAnimationProgress(WindowInsets insets) { in dispatchWindowInsetsAnimationProgress() method in ViewGroup
7275 insets = super.dispatchWindowInsetsAnimationProgress(insets); in dispatchWindowInsetsAnimationProgress()
7278 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets); in dispatchWindowInsetsAnimationProgress()
DView.java11058 WindowInsets dispatchWindowInsetsAnimationProgress(WindowInsets insets) {