HomeSort by relevance Sort by last modified time
    Searched defs:AnimatorUtils (Results 1 - 8 of 8) sorted by null

  /frameworks/support/transition/src/android/support/transition/
AnimatorUtils.java 24 class AnimatorUtils {
TranslationAnimationCreator.java 74 AnimatorUtils.addPauseListener(anim, listener);
Visibility.java 422 AnimatorUtils.addPauseListener(animator, disappearListener);
ChangeTransform.java 364 AnimatorUtils.addPauseListener(animator, listener);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 40 import com.android.deskclock.AnimatorUtils;
274 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView,
296 animatorSet.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN);
321 AnimatorUtils.setBackgroundAlpha(itemView, isExpanding ? 0 : 255);
330 AnimatorUtils.setBackgroundAlpha(itemView, 255);
354 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 255, 0));
357 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView);
359 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN);
413 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView);
415 boundsAnimator.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 39 public class AnimatorUtils {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 53 import com.android.deskclock.AnimatorUtils;
223 mAlarmAnimator = AnimatorUtils.getScaleAnimator(mAlarmButton, 1.0f, 0.0f);
228 PropertyValuesHolder.ofObject(CircleView.FILL_COLOR, AnimatorUtils.ARGB_EVALUATOR,
409 AnimatorUtils.reverse(mAlarmAnimator, mSnoozeAnimator, mDismissAnimator);
553 AnimatorUtils.setAnimatedFraction(mAlarmAnimator, alarmFraction);
554 AnimatorUtils.setAnimatedFraction(mSnoozeAnimator, snoozeFraction);
555 AnimatorUtils.setAnimatedFraction(mDismissAnimator, dismissFraction);
566 PropertyValuesHolder.ofInt(AnimatorUtils.BACKGROUND_ALPHA, 0, 255),
567 PropertyValuesHolder.ofInt(AnimatorUtils.DRAWABLE_ALPHA,
569 PropertyValuesHolder.ofObject(AnimatorUtils.DRAWABLE_TINT
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 701 milliseconds