Searched refs:mFastCloneAnimator (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java97 final ObjectAnimator mFastCloneAnimator; field in class:SendUi
169 mFastCloneAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
171 mFastCloneAnimator.setInterpolator(new DecelerateInterpolator());
172 mFastCloneAnimator.setDuration(FAST_CLONE_DURATION_MS);
173 mFastCloneAnimator.addListener(this);
197 mSuccessAnimatorSet.playSequentially(mFastCloneAnimator, mFadeInAnimator);
287 mFastCloneAnimator.setValues(postX, postY, alpha);
341 mFastCloneAnimator.cancel();
449 } else if (animation == mFastCloneAnimator) {

Completed in 124 milliseconds