Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java281 ArrayList<ItemInfo> currentAppWidgets = new ArrayList<>(); in bind() local
287 (WIDGET_FILTER.test(item) ? currentAppWidgets : currentWorkspaceItems) in bind()
314 inflateAsyncAndBind(currentAppWidgets, inflater, mUiExecutor); in bind()
317 bindItemsInChunks(currentAppWidgets, 1, mUiExecutor); in bind()