Home
last modified time | relevance | path

Searched refs:withEndAction (Results 1 – 8 of 8) sorted by relevance

/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java146 withEndAction(new Runnable() {
211 child.animate().withEndAction(new Runnable() { in animateRemoval()
231 child.animate().withEndAction(new Runnable() { in animateRemoval()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java152 withEndAction(new Runnable() { in runEnterAnimation()
214 withEndAction(new Runnable() { in runExitAnimation()
220 withEndAction(endAction); in runExitAnimation()
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
DListViewDeletion.java97 view.animate().alpha(0).withEndAction(new Runnable() { in onCreate()
124 checkedView.animate().alpha(0).withEndAction(new Runnable() { in onCreate()
/development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
DPictureViewer.java78 withEndAction(new Runnable() { in onCreate()
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
DListViewAnimations.java67 withEndAction(new Runnable() { in onCreate()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java141 withEndAction(new Runnable() { in play()
DPlayerSetupActivity.java278 mContainer.animate().setDuration(ToonGame.LONG_DURATION).withEndAction(new Runnable() {
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayAdapter.java226 .withEndAction( in rotateDisplay() method