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()
68 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in ScrollingTabContainerView239 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()246 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()
85998 Lcom/android/internal/widget/ScrollingTabContainerView;->sAlphaInterpolator:Landroid/animation/Time…