Searched refs:DECEL_INTERPOLATOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java199 private static TimeInterpolator DECEL_INTERPOLATOR = new DecelerateInterpolator(); field in class:LayoutTransition
202 private static TimeInterpolator sChangingAppearingInterpolator = DECEL_INTERPOLATOR;
203 private static TimeInterpolator sChangingDisappearingInterpolator = DECEL_INTERPOLATOR;
204 private static TimeInterpolator sChangingInterpolator = DECEL_INTERPOLATOR;

Completed in 29 milliseconds