Searched refs:SCROLL (Results 1 – 9 of 9) 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
76 common::V1_0::Action::SCROLL, "ACTION_SCROLL mismatch"); in getAction()270 common::V1_0::Axis::SCROLL);
348 DEFINE_AXIS(SCROLL), \
1718 addMarquee(MarqueeSpan.SCROLL); in addSwing()2529 public static final int SCROLL = 0; field in EditStyledText.EditStyledTextSpans.MarqueeSpan2563 case SCROLL: in getMarqueeColor()2587 if (type == SCROLL || type == ALTERNATE) { in checkType()
287 SCROLL = 26,514 SCROLL = 8,654 /** The SCROLL LOCK meta key is on. */
21 import static com.android.launcher3.anim.Interpolators.SCROLL;183 mScroller = new OverScroller(context, SCROLL); in PagedView()
3912 SCROLL = 5; enumerator