Searched refs:currentScreenIds (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | BaseLoaderResults.java | 169 IntSet currentScreenIds = mCallbacks.getPagesToBindSynchronously(mOrderedScreenIds); in bind() local 179 + currentScreenIds in bind() 185 filterCurrentWorkspaceItems(currentScreenIds, mWorkspaceItems, currentWorkspaceItems, in bind() 189 + currentScreenIds); in bind() 191 filterCurrentWorkspaceItems(currentScreenIds, mAppWidgets, currentAppWidgets, in bind() 216 executeCallbacksTask(c -> c.finishBindingItems(currentScreenIds), pendingExecutor); in bind() 227 c.onInitialBindComplete(currentScreenIds, pendingTasks); in bind()
|
H A D | ModelUtils.java | 56 IntSet currentScreenIds, in filterCurrentWorkspaceItems() argument 72 + currentScreenIds); in filterCurrentWorkspaceItems() 74 if (currentScreenIds.contains(info.screenId)) { in filterCurrentWorkspaceItems()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | LauncherPreviewRenderer.java | 421 IntSet currentScreenIds = IntSet.wrap(mWorkspaceScreens.keySet()); 422 filterCurrentWorkspaceItems(currentScreenIds, dataModel.workspaceItems, 424 filterCurrentWorkspaceItems(currentScreenIds, dataModel.appWidgets, currentAppWidgets,
|