Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java246 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/
DFocusIndicatorView.java120 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
128 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
136 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
DLauncherAnimUtils.java115 public static ObjectAnimator ofPropertyValuesHolder(View target, in ofPropertyValuesHolder() method in LauncherAnimUtils
125 public static ObjectAnimator ofPropertyValuesHolder(Object target, in ofPropertyValuesHolder() method in LauncherAnimUtils
DLauncherClings.java168 anim = LauncherAnimUtils.ofPropertyValuesHolder(content, scaleX, scaleY); in showLongPressCling()
DFolder.java474 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()
DAppWidgetResizeFrame.java460 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
DLauncherStateTransitionAnimation.java265 ObjectAnimator panelAlphaAndDrift = ObjectAnimator.ofPropertyValuesHolder(revealView, in startAnimationToOverlay()
DLauncher.java3098 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()
DWorkspace.java797 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(cl, alpha, bgAlpha); in fadeAndRemoveEmptyScreen()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAnimUtils.java110 public static ObjectAnimator ofPropertyValuesHolder(View target, in ofPropertyValuesHolder() method in LauncherAnimUtils
120 public static ObjectAnimator ofPropertyValuesHolder(Object target, in ofPropertyValuesHolder() method in LauncherAnimUtils
DFolder.java424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
DAppWidgetResizeFrame.java448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
DLauncher.java2351 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/
DAnimatorUtils.java142 return ObjectAnimator.ofPropertyValuesHolder(view, in getScaleAnimator()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DTweener.java103 anim = ObjectAnimator.ofPropertyValuesHolder(object, in to()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java223 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView, in onCreate()
526 return ObjectAnimator.ofPropertyValuesHolder(button, in getButtonAnimator()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java357 mDetailOutAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView,
385 mDetailInAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView,
DProgramGuide.java778 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/
DConfirmationViewHandler.java372 ObjectAnimator.ofPropertyValuesHolder( in generateButtonBarAnimator()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java813 ObjectAnimator.ofPropertyValuesHolder(mResultText, in onResult()