Searched refs:snapToPageRelative (Results 1 – 1 of 1) sorted by relevance
3389 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative() method in RecentsView3441 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()