OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postx
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java
251
PropertyValuesHolder
postX
= PropertyValuesHolder.ofFloat("scaleX", SEND_SCREENSHOT_SCALE);
256
mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView,
postX
, postY);
260
mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView,
postX
,
421
PropertyValuesHolder
postX
= PropertyValuesHolder.ofFloat("scaleX",
426
mSlowSendAnimator.setValues(
postX
, postY);
495
PropertyValuesHolder
postX
= PropertyValuesHolder.ofFloat("scaleX",
501
mFastSendAnimator.setValues(
postX
, postY, alpha);
[
all
...]
Completed in 232 milliseconds