HomeSort by relevance Sort by last modified time
    Searched refs:withEndAction (Results 1 - 14 of 14) sorted by null

  /development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
ListViewDeletion.java 97 view.animate().alpha(0).withEndAction(new Runnable() {
124 checkedView.animate().alpha(0).withEndAction(new Runnable() {
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 78 withEndAction(new Runnable() {
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 152 withEndAction(new Runnable() {
214 withEndAction(new Runnable() {
220 withEndAction(endAction);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 146 withEndAction(new Runnable() {
211 child.animate().withEndAction(new Runnable() {
231 child.animate().withEndAction(new Runnable() {
  /development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
ListViewAnimations.java 67 withEndAction(new Runnable() {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 620 .withEndAction(new Runnable() {
642 .withEndAction(new Runnable() {
775 animator.withEndAction(new Runnable() {
837 .withEndAction(new Runnable() {
    [all...]
PhotoCarousel.java 258 .withEndAction(new Runnable() {
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 141 withEndAction(new Runnable() {
PlayerSetupActivity.java 278 mContainer.animate().setDuration(ToonGame.LONG_DURATION).withEndAction(new Runnable() {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CameraWidgetFrame.java 292 .withEndAction(mPostTransitionToCameraEndAction)
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 683 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
713 * view.animate().x(200).withEndAction(endAction);
719 public ViewPropertyAnimator withEndAction(Runnable runnable) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 197 mainPanel.getView().animate().translationY(panelHeight).withEndAction(showEditor).start();
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 123 milliseconds