Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java579 mViewRoot.mView.dispatchWindowInsetsAnimationStarted(animation); in dispatchAnimationStarted()
DViewGroup.java7265 void dispatchWindowInsetsAnimationStarted(InsetsAnimation animation) { in dispatchWindowInsetsAnimationStarted() method in ViewGroup
7266 super.dispatchWindowInsetsAnimationStarted(animation); in dispatchWindowInsetsAnimationStarted()
7269 getChildAt(i).dispatchWindowInsetsAnimationStarted(animation); in dispatchWindowInsetsAnimationStarted()
DView.java11052 void dispatchWindowInsetsAnimationStarted(InsetsAnimation animation) {