Searched refs:SCROLL (Results 1 – 4 of 4) sorted by relevance
43 PerformanceReport.recordClick(UiAction.Type.SCROLL);109 recordClick(UiAction.Type.SCROLL); in recordScrollStateChange()
117 public static final Interpolator SCROLL = new Interpolator() { field in Interpolators136 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
21 SCROLL = 7; enumerator
19 import static com.android.launcher3.anim.Interpolators.SCROLL;173 mScroller = new OverScroller(context, SCROLL); in PagedView()