Searched refs:AnimatorProperties (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 52 private AnimatorProperties mAnimatorProperties = new AnimatorProperties(); 107 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() 126 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() 132 private AnimatorProperties getProperties(float currValue, in getProperties() 174 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() 194 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() 200 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties() 300 private static class AnimatorProperties { class in FlingAnimationUtils
|