Home
last modified time | relevance | path

Searched refs:dispatchWindowInsetsAnimationStart (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java84 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method in ViewRootInsetsControllerHost
91 return mViewRoot.mView.dispatchWindowInsetsAnimationStart(animation, bounds); in dispatchWindowInsetsAnimationStart()
DInsetsController.java92 Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method
1494 mHost.dispatchWindowInsetsAnimationStart(animation, bounds); in startAnimation()
DViewGroup.java7439 public Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method in ViewGroup
7441 bounds = super.dispatchWindowInsetsAnimationStart(animation, bounds); in dispatchWindowInsetsAnimationStart()
7447 getChildAt(i).dispatchWindowInsetsAnimationStart(animation, bounds); in dispatchWindowInsetsAnimationStart()
DView.java11540 public Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method in View
/frameworks/base/core/api/
Dcurrent.txt48608 … @NonNull public android.view.WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@Non…