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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimUtils.java110 public static ObjectAnimator ofPropertyValuesHolder(View target, method in class:LauncherAnimUtils
120 public static ObjectAnimator ofPropertyValuesHolder(Object target, method in class:LauncherAnimUtils
H A DFolder.java424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
H A DAppWidgetResizeFrame.java448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
H A DLauncher.java2293 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2310 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
3645 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java110 public static ObjectAnimator ofPropertyValuesHolder(View target, method in class:LauncherAnimUtils
120 public static ObjectAnimator ofPropertyValuesHolder(Object target, method in class:LauncherAnimUtils
H A DAppWidgetResizeFrame.java444 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
H A DFolder.java451 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
524 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
H A DLauncher.java2704 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2721 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
4107 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v,
H A DWorkspace.java784 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(cl, alpha, bgAlpha);
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java226 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY);
236 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY);
240 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
249 mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY);
255 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn);
262 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp);
268 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown);
273 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp);
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTweener.java103 anim = ObjectAnimator.ofPropertyValuesHolder(object,
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java103 anim = ObjectAnimator.ofPropertyValuesHolder(object,
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java343 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(mPhotoView,

Completed in 432 milliseconds