Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java40 import com.android.deskclock.AnimatorUtils;
274 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView, in onAnimateChange()
296 animatorSet.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in onAnimateChange()
321 AnimatorUtils.setBackgroundAlpha(itemView, isExpanding ? 0 : 255); in onAnimateChange()
330 AnimatorUtils.setBackgroundAlpha(itemView, 255); in onAnimateChange()
354 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 255, 0)); in createCollapsingAnimator()
357 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView); in createCollapsingAnimator()
359 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in createCollapsingAnimator()
413 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView); in createExpandingAnimator()
415 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in createExpandingAnimator()
[all …]
DCollapsedAlarmViewHolder.java31 import com.android.deskclock.AnimatorUtils;
199 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in createExpandingAnimator()
201 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in createExpandingAnimator()
222 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in createCollapsingAnimator()
224 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in createCollapsingAnimator()
239 arrowAnimation.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in createCollapsingAnimator()
246 AnimatorUtils.startDrawableAnimation(arrow); in createCollapsingAnimator()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java53 import com.android.deskclock.AnimatorUtils;
223 mAlarmAnimator = AnimatorUtils.getScaleAnimator(mAlarmButton, 1.0f, 0.0f); in onCreate()
228 PropertyValuesHolder.ofObject(CircleView.FILL_COLOR, AnimatorUtils.ARGB_EVALUATOR, in onCreate()
409 AnimatorUtils.reverse(mAlarmAnimator, mSnoozeAnimator, mDismissAnimator); in onTouch()
553 AnimatorUtils.setAnimatedFraction(mAlarmAnimator, alarmFraction); in setAnimatedFractions()
554 AnimatorUtils.setAnimatedFraction(mSnoozeAnimator, snoozeFraction); in setAnimatedFractions()
555 AnimatorUtils.setAnimatedFraction(mDismissAnimator, dismissFraction); in setAnimatedFractions()
566 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255), in getButtonAnimator()
567 PropertyValuesHolder.ofInt(AnimatorUtils.DRAWABLE_ALPHA, in getButtonAnimator()
569 PropertyValuesHolder.ofObject(AnimatorUtils.DRAWABLE_TINT, in getButtonAnimator()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DMoveScreensaverRunnable.java29 import static com.android.deskclock.AnimatorUtils.getAlphaAnimator;
30 import static com.android.deskclock.AnimatorUtils.getScaleAnimator;
DBaseActivity.java29 import static com.android.deskclock.AnimatorUtils.ARGB_EVALUATOR;
DDropShadowController.java30 import static com.android.deskclock.AnimatorUtils.getAlphaAnimator;
DAnimatorUtils.java39 public class AnimatorUtils { class
DItemAnimator.java135 moveAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in animateMove()
DDeskClock.java60 import static com.android.deskclock.AnimatorUtils.getScaleAnimator;
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DRingtoneViewHolder.java29 import com.android.deskclock.AnimatorUtils;
87 AnimatorUtils.startDrawableAnimation(mImageView); in onBindItemView()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java40 import com.android.deskclock.AnimatorUtils;
301 AnimatorUtils.startDrawableAnimation(fab); in onMorphFab()
618 translationAnimatorSet.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN); in animateToView()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java45 import com.android.deskclock.AnimatorUtils;
270 AnimatorUtils.startDrawableAnimation(fab); in onMorphFab()