/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | SendUi.java | 246 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY); in SendUi() 256 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY); in SendUi() 260 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, in SendUi() 269 … mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY); in SendUi() 275 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn); in SendUi() 282 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp); in SendUi() 288 mAlphaDownAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaDown); in SendUi() 293 mAlphaUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mBlackLayer, alphaUp); in SendUi()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FocusIndicatorView.java | 120 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange() 128 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange() 136 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
|
D | LauncherAnimUtils.java | 115 public static ObjectAnimator ofPropertyValuesHolder(View target, in ofPropertyValuesHolder() method in LauncherAnimUtils 125 public static ObjectAnimator ofPropertyValuesHolder(Object target, in ofPropertyValuesHolder() method in LauncherAnimUtils
|
D | LauncherClings.java | 168 anim = LauncherAnimUtils.ofPropertyValuesHolder(content, scaleX, scaleY); in showLongPressCling()
|
D | Folder.java | 474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen() 500 Animator drift = ObjectAnimator.ofPropertyValuesHolder(this, tx, ty); in animateOpen() 644 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
|
D | AppWidgetResizeFrame.java | 460 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
|
D | LauncherStateTransitionAnimation.java | 265 ObjectAnimator panelAlphaAndDrift = ObjectAnimator.ofPropertyValuesHolder(revealView, in startAnimationToOverlay()
|
D | Launcher.java | 3098 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in growAndFadeOutFolderIcon() 3118 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in shrinkAndFadeInFolderIcon() 4227 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v, in createNewAppBounceAnimation()
|
D | Workspace.java | 797 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(cl, alpha, bgAlpha); in fadeAndRemoveEmptyScreen()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAnimUtils.java | 110 public static ObjectAnimator ofPropertyValuesHolder(View target, in ofPropertyValuesHolder() method in LauncherAnimUtils 120 public static ObjectAnimator ofPropertyValuesHolder(Object target, in ofPropertyValuesHolder() method in LauncherAnimUtils
|
D | Folder.java | 424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen() 474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
|
D | AppWidgetResizeFrame.java | 448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
|
D | Launcher.java | 2351 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in growAndFadeOutFolderIcon() 2368 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in shrinkAndFadeInFolderIcon() 3703 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v, in runNewAppsAnimation()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AnimatorUtils.java | 142 return ObjectAnimator.ofPropertyValuesHolder(view, in getScaleAnimator()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
D | Tweener.java | 103 anim = ObjectAnimator.ofPropertyValuesHolder(object, in to()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 223 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView, in onCreate() 526 return ObjectAnimator.ofPropertyValuesHolder(button, in getButtonAnimator()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 357 mDetailOutAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView, 385 mDetailInAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView,
|
D | ProgramGuide.java | 778 Animator fadeOutAnimator = ObjectAnimator.ofPropertyValuesHolder(outDetailContent, in animateRowChange() 834 Animator fadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(inDetailContent, in animateRowChange()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/ |
D | ConfirmationViewHandler.java | 372 ObjectAnimator.ofPropertyValuesHolder( in generateButtonBarAnimator()
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | Calculator.java | 813 ObjectAnimator.ofPropertyValuesHolder(mResultText, in onResult()
|