HomeSort by relevance Sort by last modified time
    Searched refs:getCellLayoutChildrenForIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 125 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
136 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
143 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
150 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
158 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
274 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
281 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
288 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
409 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex);
449 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 557 private static ShortcutAndWidgetContainer getCellLayoutChildrenForIndex(
686 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
708 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
750 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1)
    [all...]

Completed in 75 milliseconds