Home
last modified time | relevance | path

Searched refs:currentWorkspaceItems (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1765 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<ItemInfo>(); in bindWorkspace() local
1775 filterCurrentWorkspaceItems(currentScreen, workspaceItems, currentWorkspaceItems, in bindWorkspace()
1781 sortWorkspaceItemsSpatially(currentWorkspaceItems); in bindWorkspace()
1796 bindWorkspaceItems(oldCallbacks, currentWorkspaceItems, currentAppWidgets, in bindWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java2672 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<ItemInfo>(); in bindWorkspace()
2681 filterCurrentWorkspaceItems(currentScreenId, workspaceItems, currentWorkspaceItems, in bindWorkspace()
2687 sortWorkspaceItemsSpatially(currentWorkspaceItems); in bindWorkspace()
2704 bindWorkspaceItems(oldCallbacks, currentWorkspaceItems, currentAppWidgets, in bindWorkspace()