Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java164 getDismissingProperties(currValue, endValue, velocity, maxDistance); in applyDismissing()
188 getDismissingProperties(currValue, endValue, velocity, maxDistance); in applyDismissing()
193 private AnimatorProperties getDismissingProperties( in getDismissingProperties() method in FlingAnimationUtils
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java225 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
245 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing()
251 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties() method in FlingAnimationUtils