Home
last modified time | relevance | path

Searched defs:endValue (Results 1 – 5 of 5) 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()
114 float endValue, 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()
184 float endValue, in applyDismissing()
194 float currValue, float endValue, float velocity, float maxDistance) { in getDismissingProperties()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DRectEvaluatorCompat.java38 public Rect evaluate(float fraction, Rect startValue, Rect endValue) { in evaluate()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java596 MarginLayoutParams endValue, in interpolateMargins()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java324 private int evaluateColorChange(float fraction, int startValue, int endValue) { in evaluateColorChange()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java677 private static String convertToDistanceFromEnd(String value, int endValue) { in convertToDistanceFromEnd()