Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java3389 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative() method in RecentsView
3441 return snapToPageRelative(getTaskViewCount(), event.isShiftPressed() ? -1 : 1, in dispatchKeyEvent()
3444 return snapToPageRelative(getPageCount(), mIsRtl ? -1 : 1, false /* cycle */); in dispatchKeyEvent()
3446 return snapToPageRelative(getPageCount(), mIsRtl ? 1 : -1, false /* cycle */); in dispatchKeyEvent()