Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java259 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY", SEND_SCREENSHOT_SCALE); in SendUi() local
263 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY); in SendUi()
268 postY, alphaDown); in SendUi()
432 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY", in showStartSend() local
435 mSlowSendAnimator.setValues(postX, postY); in showStartSend()
506 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY", in finish() local
510 mFastSendAnimator.setValues(postX, postY, alpha); in finish()