Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsetsAnimationController.java22 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
DWindowInsetsAnimationListener.java26 public interface WindowInsetsAnimationListener { interface
DInsetsAnimationControlImpl.java37 import android.view.WindowInsetsAnimationListener.InsetsAnimation;
70 private final WindowInsetsAnimationListener.InsetsAnimation mAnimation;
101 mAnimation = new WindowInsetsAnimationListener.InsetsAnimation(mTypes, mHiddenInsets, in InsetsAnimationControlImpl()
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;