Searched defs:EASE_IN (Results 1 - 1 of 1) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimUtils.java33 public static final Interpolator EASE_IN = new PathInterpolator(0.0f, 0.0f, 0.2f, 1.0f); field in class:AnimUtils
138 startDelayMs, listener, EASE_IN);

Completed in 65 milliseconds