Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java183 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator( in getProperties() local
185 mAnimatorProperties.mInterpolator = superInterpolator; in getProperties()
280 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator( in getDismissingProperties() local
282 mAnimatorProperties.mInterpolator = superInterpolator; in getDismissingProperties()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DFlingAnimationUtils.java214 InterpolatorInterpolator superInterpolator = in getDismissingProperties() local
216 animatorProperties.interpolator = superInterpolator; in getDismissingProperties()