Searched refs:widgetsAndShortcuts (Results 1 – 1 of 1) sorted by relevance
121 mWidgetsList.forEach((packageItemInfo, widgetsAndShortcuts) -> { in getAllWidgetsWithoutShortcuts() argument122 List<WidgetItem> widgets = widgetsAndShortcuts.stream() in getAllWidgetsWithoutShortcuts()143 mWidgetsList.forEach((packageItemInfo, widgetsAndShortcuts) -> in getAllWidgetComponentsWithoutShortcuts()144 widgetsAndShortcuts.stream().filter(item -> item.widgetInfo != null).forEach( in getAllWidgetComponentsWithoutShortcuts()162 final ArrayList<WidgetItem> widgetsAndShortcuts = new ArrayList<>(); in update() local174 widgetsAndShortcuts.add(new WidgetItem( in update()183 widgetsAndShortcuts.add(new WidgetItem(info, app.getIconCache(), pm)); in update()186 setWidgetsAndShortcuts(widgetsAndShortcuts, app, packageUser); in update()