Home
last modified time | relevance | path

Searched refs:currentScreenIds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java308 final IntSet currentScreenIds = in bind() local
310 Objects.requireNonNull(currentScreenIds, "Null screen ids provided by " + mCallbacks); in bind()
318 filterCurrentWorkspaceItems(currentScreenIds, mWorkspaceItems, currentWorkspaceItems, in bind()
320 filterCurrentWorkspaceItems(currentScreenIds, mAppWidgets, currentAppWidgets, in bind()
363 setupPendingBind(currentScreenIds, pendingExecutor); in bind()
372 setupPendingBind(currentScreenIds, pendingExecutor); in bind()
381 c.onInitialBindComplete(currentScreenIds, pendingTasks, onCompleteSignal, in bind()
387 IntSet currentScreenIds, in setupPendingBind() argument
392 executeCallbacksTask(c -> c.finishBindingItems(currentScreenIds), pendingExecutor); in setupPendingBind()
DModelUtils.java38 final IntSet currentScreenIds, in filterCurrentWorkspaceItems() argument
52 if (currentScreenIds.contains(info.screenId)) { in filterCurrentWorkspaceItems()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java452 IntSet currentScreenIds = IntSet.wrap(mWorkspaceScreens.keySet());
453 filterCurrentWorkspaceItems(currentScreenIds, dataModel.workspaceItems,
455 filterCurrentWorkspaceItems(currentScreenIds, dataModel.appWidgets, currentAppWidgets,