Searched refs:InsetsAnimationControlImpl (Results 1 – 3 of 3) sorted by relevance
103 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()
51 public class InsetsAnimationControlImpl implements WindowInsetsAnimationController { class79 public InsetsAnimationControlImpl(SparseArray<InsetsSourceConsumer> consumers, Rect frame, in InsetsAnimationControlImpl() method in InsetsAnimationControlImpl
70 private InsetsAnimationControlImpl mController;118 mController = new InsetsAnimationControlImpl(consumers, in setup()