Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/performancereport/
DPerformanceReport.java43 PerformanceReport.recordClick(UiAction.Type.SCROLL);
109 recordClick(UiAction.Type.SCROLL); in recordScrollStateChange()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DInterpolators.java118 public static final Interpolator SCROLL = new Interpolator() {
137 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC;
/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java19 import static com.android.launcher3.anim.Interpolators.SCROLL;
80 mInterpolator = SCROLL; in OverScroller()
90 mInterpolator = SCROLL; in setInterpolator()
/packages/apps/Dialer/java/com/android/dialer/logging/
Dui_action.proto22 SCROLL = 7; enumerator
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java165 out.setInt(tsv, TaskViewSimulator.SCROLL, 0, TOUCH_RESPONSE_INTERPOLATOR); in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java53 public static final IntProperty<TaskViewSimulator> SCROLL = field in TaskViewSimulator
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java184 setDefaultInterpolator(Interpolators.SCROLL); in PagedView()