Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLoaderResults.java175 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<>(); in bind() local
180 filterCurrentWorkspaceItems(currentScreenId, mWorkspaceItems, currentWorkspaceItems, in bind()
185 sortWorkspaceItemsSpatially(idp, currentWorkspaceItems); in bind()
199 bindWorkspaceItems(currentWorkspaceItems, mainExecutor); in bind()
203 IntArray gaps = getMissingHotseatRanks(currentWorkspaceItems, idp.numHotseatIcons); in bind()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java406 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<>(); in populate() local
412 workspaceResult.mWorkspaceItems, currentWorkspaceItems, in populate()
416 sortWorkspaceItemsSpatially(mIdp, currentWorkspaceItems); in populate()
418 for (ItemInfo itemInfo : currentWorkspaceItems) { in populate()
444 IntArray ranks = getMissingHotseatRanks(currentWorkspaceItems, in populate()