Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java173 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
193 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
199 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties() method in FlingAnimationUtils