Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java76 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() argument
77 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue)); in apply()
89 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() argument
91 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue)); in apply()
105 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply() argument
107 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
124 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() argument
126 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
132 private AnimatorProperties getProperties(float currValue, in getProperties() argument
135 * Math.sqrt(Math.abs(endValue - currValue) / maxDistance)); in getProperties()
[all …]