HomeSort by relevance Sort by last modified time
    Searched refs:Widgets (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 46 private static final String WIDGETS_TAB_TAG = "WIDGETS";
93 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
315 return AppsCustomizePagedView.ContentType.Widgets;
326 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
AppsCustomizePagedView.java 233 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
246 Widgets
546 // Get the list of widgets and shortcuts
548 List<AppWidgetProviderInfo> widgets = local
552 for (AppWidgetProviderInfo widget : widgets) {
554 // Ensure that all widgets we show can be added on a workspace of this size
    [all...]

Completed in 39 milliseconds