Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java44 private AnimatorProperties mAnimatorProperties = new AnimatorProperties();
95 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply()
117 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply()
122 private AnimatorProperties getProperties( in getProperties()
163 AnimatorProperties properties = in applyDismissing()
187 AnimatorProperties properties = in applyDismissing()
193 private AnimatorProperties getDismissingProperties( in getDismissingProperties()
288 private static class AnimatorProperties { class in FlingAnimationUtils
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java49 private AnimatorProperties mAnimatorProperties = new AnimatorProperties();
140 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
159 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
165 private AnimatorProperties getProperties(float currValue, in getProperties()
225 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
245 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
251 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
351 private static class AnimatorProperties { class in FlingAnimationUtils