Home | History | Annotate | Download | only in launcher3

Lines Matching refs:widgets

149     // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
154 // created by LauncherModel that are directly on the home screen (however, no widgets or
1501 * - widgets
1874 final AppWidgetManager widgets = AppWidgetManager.getInstance(context);
2224 ? widgets.getAppWidgetInfo(appWidgetId)
2516 /** Filters the set of widgets which are on the specified screen. */
2640 // Bind the widgets, one at a time
3522 List<AppWidgetProviderInfo> widgets =
3524 for (AppWidgetProviderInfo info : widgets) {