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