Lines Matching refs:widgets
125 // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
130 // created by LauncherModel that are directly on the home screen (however, no widgets or
995 * - widgets
1272 final AppWidgetManager widgets = AppWidgetManager.getInstance(context);
1459 widgets.getAppWidgetInfo(appWidgetId);
1597 /** Filters the set of widgets which are on the specified screen. */
1603 // widgets given.
1626 // widgets given.
1710 // Bind the widgets, one at a time
2163 // Add the widgets for the managed profiles next.
2371 List<AppWidgetProviderInfo> widgets =
2373 for (AppWidgetProviderInfo info : widgets) {
2382 * Returns a list of all the widgets that can handle configuration with a particular mimeType.
2394 final List<AppWidgetProviderInfo> widgets =
2398 for (AppWidgetProviderInfo info : widgets) {