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.java93 Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method
1574 mHost.dispatchWindowInsetsAnimationStart(animation, bounds); in startAnimation()
DViewGroup.java7440 public Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method in ViewGroup
7442 bounds = super.dispatchWindowInsetsAnimationStart(animation, bounds); in dispatchWindowInsetsAnimationStart()
7448 getChildAt(i).dispatchWindowInsetsAnimationStart(animation, bounds); in dispatchWindowInsetsAnimationStart()
DView.java11720 public Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() method in View
/frameworks/base/core/api/
Dcurrent.txt49599 … @NonNull public android.view.WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@Non…