Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1525 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative() method in RecentsView
1569 return snapToPageRelative(getTaskViewCount(), event.isShiftPressed() ? -1 : 1, in dispatchKeyEvent()
1572 return snapToPageRelative(getPageCount(), mIsRtl ? -1 : 1, false /* cycle */); in dispatchKeyEvent()
1574 return snapToPageRelative(getPageCount(), mIsRtl ? 1 : -1, false /* cycle */); in dispatchKeyEvent()