Searched refs:currentWorkspaceItems (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BaseLauncherBinder.java | 313 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<>(); in bind() local 318 filterCurrentWorkspaceItems(currentScreenIds, mWorkspaceItems, currentWorkspaceItems, in bind() 323 sortWorkspaceItemsSpatially(idp, currentWorkspaceItems); in bind() 343 inflateAsyncAndBind(currentWorkspaceItems, inflater, mUiExecutor); in bind() 346 bindItemsInChunks(currentWorkspaceItems, ITEMS_CHUNK, mUiExecutor); in bind()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 447 ArrayList<ItemInfo> currentWorkspaceItems = new ArrayList<>(); 454 currentWorkspaceItems, otherWorkspaceItems); 457 for (ItemInfo itemInfo : currentWorkspaceItems) { 487 IntArray ranks = getMissingHotseatRanks(currentWorkspaceItems,
|