Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java302 Runnable endAction = firstAnimation ? in animateOtherViews()
313 moveView(child, 0, 0, delta, 0, endAction); in animateOtherViews()
328 Runnable endAction) { in moveView() argument
329 final Runnable finalEndAction = endAction; in moveView()
336 setAnimatorEndAction(anim, endAction); in moveView()
337 endAction = null; in moveView()
343 setAnimatorEndAction(anim, endAction); in moveView()
349 if (endAction != null) { in moveView()
361 private void setAnimatorEndAction(Animator animator, final Runnable endAction) { in setAnimatorEndAction() argument
362 if (endAction != null) { in setAnimatorEndAction()
[all …]
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java291 private void popChildrenIn(ViewGroup parent, final Runnable endAction) { in popChildrenIn() argument
310 if (endAction != null) { in popChildrenIn()
313 endAction.run(); in popChildrenIn()
320 final SkewableTextView nextView, final Runnable endAction) { in slideToNext() argument
351 if (endAction != null) { in slideToNext()
352 endAction.run(); in slideToNext()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java190 public void runExitAnimation(final Runnable endAction) { in runExitAnimation() argument
220 withEndAction(endAction); in runExitAnimation()