Searched refs:sAlphaInterpolator (Results 1 – 3 of 3) sorted by relevance
40 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in AbsActionBarView209 anim.setInterpolator(sAlphaInterpolator); in setupAnimatorToVisibility()224 anim.setInterpolator(sAlphaInterpolator); in setupAnimatorToVisibility()
67 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in ScrollingTabContainerView238 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()245 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()
107758 Lcom/android/internal/widget/ScrollingTabContainerView;->sAlphaInterpolator:Landroid/animation/Time…