Searched refs:goToPageWithHaptic (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DQuickScrubController.java186 goToPageWithHaptic(pageToGoTo);
214 goToPageWithHaptic(pageToGoTo, duration, true /* forceHaptic */,
219 private void goToPageWithHaptic(int pageToGoTo) { method in class:QuickScrubController
220 goToPageWithHaptic(pageToGoTo, -1 /* overrideDuration */, false /* forceHaptic */, null);
223 private void goToPageWithHaptic(int pageToGoTo, int overrideDuration, boolean forceHaptic, method in class:QuickScrubController
250 goToPageWithHaptic(currPage + 1);
252 goToPageWithHaptic(currPage - 1);

Completed in 52 milliseconds