Home
last modified time | relevance | path

Searched refs:endAction (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/animation/
DOpenPanelAnimator.java50 public void animate(Runnable endAction) { in animate() argument
51 mAnimation = new BoundsAnimation(mPanel, mBounds, endAction); in animate()
DClosePanelAnimator.java51 public void animate(Runnable endAction) { in animate() argument
52 mAnimation = new BoundsAnimation(mPanel, mBounds, endAction); in animate()
DOpenPanelWithIconAnimator.java59 public void animate(Runnable endAction) { in animate() argument
72 endAction.run(); in animate()
DFadeInPanelAnimator.java58 public void animate(Runnable endAction) { in animate() argument
68 .withEndAction(endAction); in animate()
DExpandPanelAnimator.java62 public void animate(Runnable endAction) { in animate() argument
78 .withEndAction(endAction); in animate()
DFullScreenPanelAnimator.java70 public void animate(Runnable endAction) { in animate() argument
85 endAction.run(); in animate()
DFadeOutPanelAnimator.java75 public void animate(Runnable endAction) { in animate() argument
92 endAction.run(); in animate()
DPanelAnimator.java48 public abstract void animate(Runnable endAction); in animate() argument
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java626 Runnable endAction = new Runnable() { in realTimeReorder() local
640 .withEndAction(endAction); in realTimeReorder()
641 mPendingAnimations.put(v, endAction); in realTimeReorder()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java54 private Animation.AnimationListener endAction = new EndAction(); field in PieRenderer
739 animation.setAnimationListener(timeout ? endAction : null); in startAnimation()