Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java314 ArrayList<ItemInfo> otherWorkspaceItems = new ArrayList<>(); in bind() local
319 otherWorkspaceItems); in bind()
324 sortWorkspaceItemsSpatially(idp, otherWorkspaceItems); in bind()
361 inflateAsyncAndBind(otherWorkspaceItems, inflater, pendingExecutor); in bind()
370 bindItemsInChunks(otherWorkspaceItems, ITEMS_CHUNK, pendingExecutor); in bind()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java448 ArrayList<ItemInfo> otherWorkspaceItems = new ArrayList<>();
454 currentWorkspaceItems, otherWorkspaceItems);