Home
last modified time | relevance | path

Searched defs:EASE_OUT_EASE_IN (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimUtils.java38 public static final Interpolator EASE_OUT_EASE_IN = PathInterpolatorCompat.create( field in AnimUtils
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/
H A DAnimUtils.java34 public static final Interpolator EASE_OUT_EASE_IN = new PathInterpolator(0.4f, 0, 0.2f, 1); field in AnimUtils