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 111 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
121 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
128 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1);
135 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
143 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex + 1);
258 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1);
352 parent = getCellLayoutChildrenForIndex(workspace, newPageIndex);
366 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
371 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1);
376 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1)
    [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 63 milliseconds