Searched refs:snapToPageRelative (Results 1 – 1 of 1) sorted by relevance
2557 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative() method in RecentsView2609 return snapToPageRelative(getTaskViewCount(), event.isShiftPressed() ? -1 : 1, in dispatchKeyEvent()2612 return snapToPageRelative(getPageCount(), mIsRtl ? -1 : 1, false /* cycle */); in dispatchKeyEvent()2614 return snapToPageRelative(getPageCount(), mIsRtl ? 1 : -1, false /* cycle */); in dispatchKeyEvent()