Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java205 private static TimeInterpolator DECEL_INTERPOLATOR = new DecelerateInterpolator(); field in LayoutTransition
208 private static TimeInterpolator sChangingAppearingInterpolator = DECEL_INTERPOLATOR;
209 private static TimeInterpolator sChangingDisappearingInterpolator = DECEL_INTERPOLATOR;
210 private static TimeInterpolator sChangingInterpolator = DECEL_INTERPOLATOR;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt950 Landroid/animation/LayoutTransition;->DECEL_INTERPOLATOR:Landroid/animation/TimeInterpolator;