Home
last modified time | relevance | path

Searched refs:revealAnimator (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/animation/view/
DLoadingAnimation.kt88 private var revealAnimator: ValueAnimator? = null in <lambda>() variable in com.android.wallpaper.picker.customization.animation.view.LoadingAnimation
106 if (animationState == AnimationState.REVEAL_PLAYING) revealAnimator?.cancel() in <lambda>()
118 revealAnimator?.removeAllListeners() in <lambda>()
119 revealAnimator?.removeAllUpdateListeners() in <lambda>()
120 revealAnimator?.cancel() in <lambda>()
178 revealAnimator?.cancel() in <lambda>()
179 revealAnimator = in <lambda>()
348 revealAnimator?.removeAllListeners() in <lambda>()
349 revealAnimator?.removeAllUpdateListeners() in <lambda>()
350 revealAnimator?.cancel() in <lambda>()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.kt605 val revealAnimator: Animator = ObjectAnimator.ofFloat( in getAlertAnimator() constant
607 revealAnimator.setDuration(ALERT_REVEAL_DURATION_MILLIS.toLong()) in getAlertAnimator()
608 revealAnimator.setInterpolator(REVEAL_INTERPOLATOR) in getAlertAnimator()
609 revealAnimator.addListener(object : AnimatorListenerAdapter() { in getAlertAnimator()
631 alertAnimator.play(revealAnimator).before(fadeAnimator) in getAlertAnimator()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java467 Animator animator = revealAnimator(mAppDrawerView, show); in showAppDrawer()
492 private Animator revealAnimator(View view, boolean open) { in revealAnimator() method in LauncherActivity