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

  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 25 * Example system shortcuts, defined as inner classes, include Widgets and AppInfo.
49 public static class Widgets extends SystemShortcut {
51 public Widgets() {
58 final List<WidgetItem> widgets = launcher.getWidgetsForPackageUser(new PackageUserKey( local
60 if (widgets == null) {
PopupDataProvider.java 55 new SystemShortcut.Widgets(),
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 45 private static final String WIDGETS_TAB_TAG = "WIDGETS";
87 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
311 return AppsCustomizePagedView.ContentType.Widgets;
322 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
AppsCustomizePagedView.java 149 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
162 Widgets
450 // Get the list of widgets and shortcuts
456 // Ensure that all widgets we show can be added on a workspace of this size
747 // Widgets are only supported for current user, not for other profiles.
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java 51 * as well as the system shortcuts such as Widgets and App Info.
169 * Adds a {@link SystemShortcut.Widgets} item if there are widgets for the given ItemInfo.
173 SystemShortcut widgetInfo = new SystemShortcut.Widgets();
177 if (systemShortcutView.getTag() instanceof SystemShortcut.Widgets) {
186 // We didn't have any widgets cached but now there are some, so enable the shortcut.
201 // No widgets exist, but we previously added the shortcut so remove it.

Completed in 122 milliseconds