Searched defs:Widgets (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DSystemShortcut.java27 * Example system shortcuts, defined as inner classes, include Widgets and AppInfo.
49 public static class Widgets extends SystemShortcut { class in class:SystemShortcut
51 public Widgets() { method in class:SystemShortcut.Widgets
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java162 Widgets enum constant in enum:AppsCustomizePagedView.ContentType
747 // Widgets are only supported for current user, not for other profiles.
949 if (type == ContentType.Widgets) {
980 !tag.equals(tabHost.getTabTagForContentType(ContentType.Widgets))) {
981 tabHost.setCurrentTabFromContent(ContentType.Widgets);
1152 * Widgets PagedView implementation
1622 // TODO: Dump information related to current list of Applications, Widgets, etc.

Completed in 153 milliseconds