Home
last modified time | relevance | path

Searched refs:InsetsAnimationControlImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsController.java103 private final ArrayList<InsetsAnimationControlImpl> mAnimationControls = new ArrayList<>();
104 private final ArrayList<InsetsAnimationControlImpl> mTmpFinishedControls = new ArrayList<>();
130 InsetsAnimationControlImpl control = mAnimationControls.get(i); in InsetsController()
317 final InsetsAnimationControlImpl controller = new InsetsAnimationControlImpl(consumers, in controlAnimationUnchecked()
383 InsetsAnimationControlImpl control = mAnimationControls.get(i); in cancelExistingControllers()
391 public void notifyFinished(InsetsAnimationControlImpl controller, int shownTypes) { in notifyFinished()
399 InsetsAnimationControlImpl control = mAnimationControls.get(i); in notifyControlRevoked()
406 private void cancelAnimation(InsetsAnimationControlImpl control) { in cancelAnimation()
DInsetsAnimationControlImpl.java51 public class InsetsAnimationControlImpl implements WindowInsetsAnimationController { class
79 public InsetsAnimationControlImpl(SparseArray<InsetsSourceConsumer> consumers, Rect frame, in InsetsAnimationControlImpl() method in InsetsAnimationControlImpl
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java70 private InsetsAnimationControlImpl mController;
118 mController = new InsetsAnimationControlImpl(consumers, in setup()