Searched refs:AnimatorProperties (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | FlingAnimationUtils.java | 52 private AnimatorProperties mAnimatorProperties = new AnimatorProperties(); 152 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() 171 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply() 189 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() 195 private AnimatorProperties getProperties(float currValue, in getProperties() 266 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() 286 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() 292 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties() 399 private static class AnimatorProperties { class in FlingAnimationUtils
|