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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 45 private static final String WIDGETS_TAB_TAG = "WIDGETS";
79 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
292 return AppsCustomizePagedView.ContentType.Widgets;
303 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
AppsCustomizePagedView.java 167 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
178 Widgets
459 // Get the list of widgets and shortcuts
462 List<AppWidgetProviderInfo> widgets = local
466 for (AppWidgetProviderInfo widget : widgets) {
480 // The next layout pass will trigger data-ready if both widgets and apps are set, so request
680 if (type == ContentType.Widgets) {
711 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
712 tabHost.setCurrentTabFromContent(ContentType.Widgets);
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 30 'widgets': 'App Widgets'
142 en: 'Learn how to combine multiple standard UI widgets into a single high-level component, which can be reused throughout your application.'
182 en: 'ListViews are very popular widgets within the Android framework. This article describes some of the optimizations used by the ListView widget, and how to avoid some common issues that this causes when trying to use a custom background.'
701 tags: ['sample', 'newfeature', 'widgets'],
771 tags: ['sample', 'ui', 'widgets'],
777 en: 'An example of creating interactive widgets for display on the Android home screen.'
781 tags: ['sample', 'ui', 'widgets'],
787 en: 'A simple Android home screen widgets example.'
791 tags: ['sample', 'widgets', 'newfeature']
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 338 <span class="en">App Widgets</span></a>
    [all...]

Completed in 194 milliseconds