Searched refs:endAction (Results 1 – 10 of 10) sorted by relevance
50 public void animate(Runnable endAction) { in animate() argument51 mAnimation = new BoundsAnimation(mPanel, mBounds, endAction); in animate()
51 public void animate(Runnable endAction) { in animate() argument52 mAnimation = new BoundsAnimation(mPanel, mBounds, endAction); in animate()
59 public void animate(Runnable endAction) { in animate() argument72 endAction.run(); in animate()
58 public void animate(Runnable endAction) { in animate() argument68 .withEndAction(endAction); in animate()
62 public void animate(Runnable endAction) { in animate() argument78 .withEndAction(endAction); in animate()
70 public void animate(Runnable endAction) { in animate() argument85 endAction.run(); in animate()
75 public void animate(Runnable endAction) { in animate() argument92 endAction.run(); in animate()
48 public abstract void animate(Runnable endAction); in animate() argument
626 Runnable endAction = new Runnable() { in realTimeReorder() local640 .withEndAction(endAction); in realTimeReorder()641 mPendingAnimations.put(v, endAction); in realTimeReorder()
54 private Animation.AnimationListener endAction = new EndAction(); field in PieRenderer739 animation.setAnimationListener(timeout ? endAction : null); in startAnimation()