Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java376 int newPageIndex = pageIndex - 1; in handleIconKeyEvent() local
378 newPageIndex = pageIndex + 1; in handleIconKeyEvent()
381 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()
387 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()
416 newPageIndex = pageIndex + 1; in handleIconKeyEvent()
418 newPageIndex = pageIndex - 1; in handleIconKeyEvent()
421 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()
426 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()