Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java579 mViewRoot.mView.dispatchWindowInsetsAnimationStarted(animation); in dispatchAnimationStarted()
DViewGroup.java7221 void dispatchWindowInsetsAnimationStarted(InsetsAnimation animation) { in dispatchWindowInsetsAnimationStarted() method in ViewGroup
7222 super.dispatchWindowInsetsAnimationStarted(animation); in dispatchWindowInsetsAnimationStarted()
7225 getChildAt(i).dispatchWindowInsetsAnimationStarted(animation); in dispatchWindowInsetsAnimationStarted()