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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java559 private static CellLayoutChildren getCellLayoutChildrenForIndex(ViewGroup container, int i) { method in class:FocusHelper
688 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
710 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
752 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
774 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);

Completed in 58 milliseconds