Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java266 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() method in FlingAnimationUtils