Searched refs:sAlphaInterpolator (Results 1 – 3 of 3) sorted by relevance
39 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in AbsActionBarView208 anim.setInterpolator(sAlphaInterpolator); in setupAnimatorToVisibility()223 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()
101074 Lcom/android/internal/widget/ScrollingTabContainerView;->sAlphaInterpolator:Landroid/animation/Time…