Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DFlingAnimationUtils.java44 private AnimatorProperties animatorProperties = 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
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java52 private AnimatorProperties mAnimatorProperties = new AnimatorProperties();
138 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
157 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
163 private AnimatorProperties getProperties(float currValue, in getProperties()
234 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
254 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
260 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
367 private static class AnimatorProperties { class in FlingAnimationUtils