Searched refs:Widgets (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java88 return AppsCustomizePagedView.ContentType.Widgets;
99 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
H A DAppsCustomizePagedView.java156 Widgets enum constant in enum:AppsCustomizePagedView.ContentType
289 } else if (mContentType == ContentType.Widgets) {
880 // Widgets appear to be cleared every time you leave, always force invalidate for them
881 if (mContentType != type || type == ContentType.Widgets) {
1086 * Widgets PagedView implementation
1289 } else if (mContentType == ContentType.Widgets) {
1306 if (mContentType == ContentType.Widgets) {
1499 // TODO: Dump information related to current list of Applications, Widgets, etc.
1558 } else if (mContentType == ContentType.Widgets) {
H A DLauncher.java2785 * Event handler for the (Add) Widgets button that appears after a long press
2793 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true);
3344 Workspace.State workspaceState = contentType == AppsCustomizePagedView.ContentType.Widgets ?
3349 || contentType == AppsCustomizePagedView.ContentType.Widgets) {
3365 final boolean isWidgetTray = contentType == AppsCustomizePagedView.ContentType.Widgets;
3617 contentType == AppsCustomizePagedView.ContentType.Widgets;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java87 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
311 return AppsCustomizePagedView.ContentType.Widgets;
322 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {
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 108 milliseconds