Home
last modified time | relevance | path

Searched refs:SCROLL (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/performancereport/
H A DPerformanceReport.java43 PerformanceReport.recordClick(UiAction.Type.SCROLL);
109 recordClick(UiAction.Type.SCROLL); in recordScrollStateChange()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DInterpolators.java117 public static final Interpolator SCROLL = new Interpolator() { field in Interpolators
136 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/
H A Dui_action.proto21 SCROLL = 7; enumerator
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp76 common::V1_0::Action::SCROLL, "ACTION_SCROLL mismatch"); in getAction()
270 common::V1_0::Axis::SCROLL);
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp348 DEFINE_AXIS(SCROLL), \
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1718 addMarquee(MarqueeSpan.SCROLL); in addSwing()
2529 public static final int SCROLL = 0; field in EditStyledText.EditStyledTextSpans.MarqueeSpan
2563 case SCROLL: in getMarqueeColor()
2587 if (type == SCROLL || type == ALTERNATE) { in checkType()
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal287 SCROLL = 26,
514 SCROLL = 8,
654 /** The SCROLL LOCK meta key is on. */
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java21 import static com.android.launcher3.anim.Interpolators.SCROLL;
183 mScroller = new OverScroller(context, SCROLL); in PagedView()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto3912 SCROLL = 5; enumerator