Searched refs:HoneycombValueAnimatorCompat (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/compat/honeycomb_mr1/android/support/v4/animation/
H A DHoneycombMr1AnimatorCompatProvider.java37 return new HoneycombValueAnimatorCompat(ValueAnimator.ofFloat(0f, 1f));
40 static class HoneycombValueAnimatorCompat implements ValueAnimatorCompat { class in class:HoneycombMr1AnimatorCompatProvider
44 public HoneycombValueAnimatorCompat(Animator wrapped) { method in class:HoneycombMr1AnimatorCompatProvider.HoneycombValueAnimatorCompat
81 .onAnimationUpdate(HoneycombValueAnimatorCompat.this);

Completed in 31 milliseconds