Home
last modified time | relevance | path

Searched refs:AnimatorUtils (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DMoveScreensaverRunnable.kt93 mActiveAnimator = AnimatorUtils.getAlphaAnimator(mSaverView, 0f, 1f)
106 hide.play(AnimatorUtils.getAlphaAnimator(mSaverView, 1f, 0f))
107 .with(AnimatorUtils.getScaleAnimator(mSaverView, 1f, 0.85f))
113 show.play(AnimatorUtils.getAlphaAnimator(mSaverView, 0f, 1f))
114 .with(AnimatorUtils.getScaleAnimator(mSaverView, 0.85f, 1f))
H A DDeskClock.kt207 val hideFabAnimation = AnimatorUtils.getScaleAnimator(mFab, 1f, 0f)
208 val showFabAnimation = AnimatorUtils.getScaleAnimator(mFab, 0f, 1f)
210 val leftHideAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 1f, 0f)
211 val rightHideAnimation = AnimatorUtils.getScaleAnimator(mRightButton, 1f, 0f)
212 val leftShowAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 0f, 1f)
213 val rightShowAnimation = AnimatorUtils.getScaleAnimator(mRightButton, 0f, 1f)
H A DBaseActivity.kt83 mAppColorAnimator = ValueAnimator.ofObject(AnimatorUtils.ARGB_EVALUATOR,
H A DDropShadowController.kt46 AnimatorUtils.getAlphaAnimator(mDropShadowView, 0f, 1f)
H A DAnimatorUtils.kt41 object AnimatorUtils { regex
H A DItemAnimator.kt126 moveAnimator.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DExpandedAlarmViewHolder.kt42 import com.android.deskclock.AnimatorUtils
240 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView,
265 animatorSet.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
292 AnimatorUtils.setBackgroundAlpha(itemView, if (isExpanding) 0 else 255)
302 AnimatorUtils.setBackgroundAlpha(itemView, 255)
326 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 255, 0))
331 boundsAnimator.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
387 boundsAnimator.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
390 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255))
424 arrowAnimation.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
[all …]
H A DCollapsedAlarmViewHolder.kt31 import com.android.deskclock.AnimatorUtils
184 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView)
186 boundsAnimator.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
207 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView)
209 boundsAnimator.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
224 arrowAnimation.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
230 AnimatorUtils.startDrawableAnimation(arrow)
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.kt55 import com.android.deskclock.AnimatorUtils
203 mAlarmAnimator = AnimatorUtils.getScaleAnimator(mAlarmButton, 1.0f, 0.0f)
386 AnimatorUtils.reverse(mAlarmAnimator, mSnoozeAnimator, mDismissAnimator)
537 AnimatorUtils.setAnimatedFraction(mAlarmAnimator, alarmFraction)
538 AnimatorUtils.setAnimatedFraction(mSnoozeAnimator, snoozeFraction)
539 AnimatorUtils.setAnimatedFraction(mDismissAnimator, dismissFraction)
550 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255),
551 PropertyValuesHolder.ofInt(AnimatorUtils.DRAWABLE_ALPHA,
553 PropertyValuesHolder.ofObject(AnimatorUtils.DRAWABLE_TINT,
554 AnimatorUtils.ARGB_EVALUATOR, Color.WHITE, tintColor))
[all …]
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
H A DRingtoneViewHolder.kt31 import com.android.deskclock.AnimatorUtils
72 AnimatorUtils.startDrawableAnimation(mImageView)
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.kt45 import com.android.deskclock.AnimatorUtils
271 AnimatorUtils.startDrawableAnimation(fab)
516 translationAnimatorSet.interpolator = AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.kt50 import com.android.deskclock.AnimatorUtils
260 AnimatorUtils.startDrawableAnimation(fab)