Searched defs:getCellLayoutChildrenForIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java557 private static ShortcutAndWidgetContainer getCellLayoutChildrenForIndex( method in class:FocusHelper
686 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
708 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
750 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
772 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java128 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
139 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
146 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
153 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
161 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
267 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
274 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
281 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
392 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex);
432 parent = getCellLayoutChildrenForIndex(workspac
487 @Thunk static ShortcutAndWidgetContainer getCellLayoutChildrenForIndex( method in class:FocusHelper
[all...]

Completed in 53 milliseconds