Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java44 private AnimatorProperties animatorProperties = new AnimatorProperties(); field in FlingAnimationUtils
130 animatorProperties.interpolator = linearOutSlowIn; in getProperties()
137 animatorProperties.interpolator = in getProperties()
143 animatorProperties.interpolator = Interpolators.FAST_OUT_SLOW_IN; in getProperties()
145 animatorProperties.duration = (long) (durationSeconds * 1000); in getProperties()
146 return animatorProperties; in getProperties()
206 animatorProperties.interpolator = mLinearOutFasterIn; in getDismissingProperties()
216 animatorProperties.interpolator = superInterpolator; in getDismissingProperties()
221 animatorProperties.interpolator = Interpolators.FAST_OUT_LINEAR_IN; in getDismissingProperties()
223 animatorProperties.duration = (long) (durationSeconds * 1000); in getDismissingProperties()
[all …]