Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java54 private AnimatorProperties mAnimatorProperties = new AnimatorProperties();
141 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
160 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
166 private AnimatorProperties getProperties(float currValue, in getProperties()
237 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
257 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
263 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
363 private static class AnimatorProperties { class in FlingAnimationUtils