Searched refs:SCROLL (Results 1 – 5 of 5) sorted by relevance
43 PerformanceReport.recordClick(UiAction.Type.SCROLL);109 recordClick(UiAction.Type.SCROLL); in recordScrollStateChange()
113 public static final Interpolator SCROLL = new Interpolator() { field in Interpolators132 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
19 import static com.android.launcher3.anim.Interpolators.SCROLL;78 mInterpolator = SCROLL; in OverScroller()88 mInterpolator = SCROLL; in setInterpolator()
21 SCROLL = 7; enumerator
172 setDefaultInterpolator(Interpolators.SCROLL); in init()