Searched refs:postX (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | SendUi.java | 251 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", SEND_SCREENSHOT_SCALE); in SendUi() local 256 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY); in SendUi() 260 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, in SendUi() 421 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", in showStartSend() local 426 mSlowSendAnimator.setValues(postX, postY); in showStartSend() 495 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", in finish() local 501 mFastSendAnimator.setValues(postX, postY, alpha); in finish()
|