Searched defs:newEndValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java38 AnimatableProperty animatableProperty, float newEndValue,
45 if (previousEndValue != null && previousEndValue == newEndValue) {
57 float relativeDiff = newEndValue - previousEndValue;
59 values[0].setFloatValues(newStartValue, newEndValue);
61 view.setTag(animationEndTag, newEndValue);
66 property.set(view, newEndValue);
72 ValueAnimator animator = ValueAnimator.ofFloat(currentValue, newEndValue);
102 view.setTag(animationEndTag, newEndValue);
37 startAnimation(final T view, AnimatableProperty animatableProperty, float newEndValue, AnimationProperties properties) argument

Completed in 359 milliseconds