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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java125 return ofPropertyValuesHolder(target,
131 public static ObjectAnimator ofPropertyValuesHolder(View target, method in class:LauncherAnimUtils
133 return ofPropertyValuesHolder(target, target, values);
136 public static ObjectAnimator ofPropertyValuesHolder(Object target, method in class:LauncherAnimUtils
138 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(target, values);
H A DAppWidgetResizeFrame.java442 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
H A DCellLayout.java2027 a = LauncherAnimUtils.ofPropertyValuesHolder(child,
H A DWorkspace.java696 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(cl, alpha, bgAlpha);
/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.java2351 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2368 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
3703 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v,
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DFocusIndicatorHelper.java164 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
171 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
180 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this,
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DTwoButtonMethod.java242 ObjectAnimator.ofPropertyValuesHolder(
248 ObjectAnimator.ofPropertyValuesHolder(
H A DFlingUpDownMethod.java617 ObjectAnimator.ofPropertyValuesHolder(
843 ObjectAnimator.ofPropertyValuesHolder(
866 ObjectAnimator.ofPropertyValuesHolder(
940 ObjectAnimator.ofPropertyValuesHolder(
965 ObjectAnimator.ofPropertyValuesHolder(
985 ObjectAnimator.ofPropertyValuesHolder(
1094 ObjectAnimator.ofPropertyValuesHolder(
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java250 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY);
260 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY);
264 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX,
273 mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY);
279 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn);
286 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp);
292 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown);
297 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DItemAnimator.java125 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveX, moveY);
128 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveX);
131 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveY);
H A DAnimatorUtils.java172 return ObjectAnimator.ofPropertyValuesHolder(view,
277 return ObjectAnimator.ofPropertyValuesHolder(view,
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DAbstractSlideInView.java79 mOpenCloseAnimator = LauncherAnimUtils.ofPropertyValuesHolder(this);
H A DScrimView.java256 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, holder);
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationFooterLayout.java160 Animator moveAndScaleIcon = LauncherAnimUtils.ofPropertyValuesHolder(firstNotification,
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java226 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView,
563 return ObjectAnimator.ofPropertyValuesHolder(button,
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDetailsContentPresenter.java242 ObjectAnimator.ofPropertyValuesHolder(
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DExpandedAlarmViewHolder.java353 final Animator backgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(oldView,
417 final Animator backgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(newView,
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java843 ObjectAnimator.ofPropertyValuesHolder(
906 ObjectAnimator.ofPropertyValuesHolder(
H A DProgramTableAdapter.java485 ObjectAnimator.ofPropertyValuesHolder(
515 ObjectAnimator.ofPropertyValuesHolder(
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1159 anim.play(ObjectAnimator.ofPropertyValuesHolder(getPageAt(otherAdjacentTaskIndex),
1172 anim.play(ObjectAnimator.ofPropertyValuesHolder(child,
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java1185 ObjectAnimator.ofPropertyValuesHolder(mResultText,

Completed in 340 milliseconds