Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java64 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
78 ViewPropertyAnimator animator, float currValue, float endValue, float velocity) { in apply()
94 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in apply()
113 float currValue, in apply()
123 float currValue, float endValue, float velocity, float maxDistance) { in getProperties()
162 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in applyDismissing()
183 float currValue, in applyDismissing()
194 float currValue, float endValue, float velocity, float maxDistance) { in getDismissingProperties()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java109 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
122 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
138 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
157 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
165 private AnimatorProperties getProperties(float currValue, in getProperties()
223 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing()
243 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
251 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()