Searched refs:getCellLayoutChildrenForIndex (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FocusHelper.java | 131 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey() 142 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey() 149 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey() 156 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1); in onKey() 164 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1); in onKey() 270 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1); in handleHotseatButtonKeyEvent() 277 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleHotseatButtonKeyEvent() 284 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleHotseatButtonKeyEvent() 381 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent() 421 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex); in handleIconKeyEvent() [all …]
|