Home
last modified time | relevance | path

Searched refs:sAlphaInterpolator (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java38 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in AbsActionBarView
153 anim.setInterpolator(sAlphaInterpolator); in setupAnimatorToVisibility()
168 anim.setInterpolator(sAlphaInterpolator); in setupAnimatorToVisibility()
DScrollingTabContainerView.java67 private static final TimeInterpolator sAlphaInterpolator = new DecelerateInterpolator(); field in ScrollingTabContainerView
234 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()
241 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java76 private static final Interpolator sAlphaInterpolator = new DecelerateInterpolator(); field in ScrollingTabContainerView
246 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()
253 anim.setInterpolator(sAlphaInterpolator); in animateToVisibility()