Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsetsAnimationListener.java33 void onStarted(InsetsAnimation animation); in onStarted()
57 void onFinished(InsetsAnimation animation); in onFinished()
62 class InsetsAnimation { class
71 InsetsAnimation(int typeMask, Insets lowerBound, Insets upperBound) { in InsetsAnimation() method in WindowInsetsAnimationListener.InsetsAnimation
DInsetsAnimationControlImpl.java37 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
70 private final WindowInsetsAnimationListener.InsetsAnimation mAnimation;
101 mAnimation = new WindowInsetsAnimationListener.InsetsAnimation(mTypes, mHiddenInsets, in InsetsAnimationControlImpl()
200 InsetsAnimation getAnimation() { in getAnimation()
DWindowInsetsAnimationController.java22 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
DInsetsController.java578 public void dispatchAnimationStarted(WindowInsetsAnimationListener.InsetsAnimation animation) { in dispatchAnimationStarted()
583 public void dispatchAnimationFinished(WindowInsetsAnimationListener.InsetsAnimation animation) { in dispatchAnimationFinished()
DViewGroup.java54 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
7221 void dispatchWindowInsetsAnimationStarted(InsetsAnimation animation) { in dispatchWindowInsetsAnimationStarted()
7240 void dispatchWindowInsetsAnimationFinished(InsetsAnimation animation) { in dispatchWindowInsetsAnimationFinished()