Searched refs:DECEL_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
205 private static TimeInterpolator DECEL_INTERPOLATOR = new DecelerateInterpolator(); field in LayoutTransition208 private static TimeInterpolator sChangingAppearingInterpolator = DECEL_INTERPOLATOR;209 private static TimeInterpolator sChangingDisappearingInterpolator = DECEL_INTERPOLATOR;210 private static TimeInterpolator sChangingInterpolator = DECEL_INTERPOLATOR;
950 Landroid/animation/LayoutTransition;->DECEL_INTERPOLATOR:Landroid/animation/TimeInterpolator;