Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java258 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", SEND_SCREENSHOT_SCALE); in SendUi() local
263 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY); in SendUi()
267 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, in SendUi()
431 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", in showStartSend() local
436 mSlowSendAnimator.setValues(postX, postY); in showStartSend()
505 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", in finish() local
511 mFastSendAnimator.setValues(postX, postY, alpha); in finish()