Searched refs:AnimatorProperties (Results 1 – 1 of 1) sorted by relevance
44 private AnimatorProperties animatorProperties = new AnimatorProperties();95 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply()117 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply()122 private AnimatorProperties getProperties( in getProperties()163 AnimatorProperties properties = in applyDismissing()187 AnimatorProperties properties = in applyDismissing()193 private AnimatorProperties getDismissingProperties( in getDismissingProperties()288 private static class AnimatorProperties { class in FlingAnimationUtils