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.java377 int newPageIndex = pageIndex - 1; in handleIconKeyEvent() local
379 newPageIndex = pageIndex + 1; in handleIconKeyEvent()
382 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()
388 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()
417 newPageIndex = pageIndex + 1; in handleIconKeyEvent()
419 newPageIndex = pageIndex - 1; in handleIconKeyEvent()
422 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent()
427 newPageIndex, pageCount, Utilities.isRtl(v.getResources())); in handleIconKeyEvent()