Searched refs: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.java556 private static ShortcutAndWidgetContainer getCellLayoutChildrenForIndex( method in class:FocusHelper
685 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
707 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
749 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
771 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);

Completed in 35 milliseconds