Searched refs:InsetsAnimation (Results 1 – 5 of 5) sorted by relevance
33 void onStarted(InsetsAnimation animation); in onStarted()57 void onFinished(InsetsAnimation animation); in onFinished()62 class InsetsAnimation { class71 InsetsAnimation(int typeMask, Insets lowerBound, Insets upperBound) { in InsetsAnimation() method in WindowInsetsAnimationListener.InsetsAnimation
37 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()
22 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
578 public void dispatchAnimationStarted(WindowInsetsAnimationListener.InsetsAnimation animation) { in dispatchAnimationStarted()583 public void dispatchAnimationFinished(WindowInsetsAnimationListener.InsetsAnimation animation) { in dispatchAnimationFinished()
54 import android.view.WindowInsetsAnimationListener.InsetsAnimation;7221 void dispatchWindowInsetsAnimationStarted(InsetsAnimation animation) { in dispatchWindowInsetsAnimationStarted()7240 void dispatchWindowInsetsAnimationFinished(InsetsAnimation animation) { in dispatchWindowInsetsAnimationFinished()