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

/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.
/packages/apps/Launcher3/src/com/android/launcher3/
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) {

Completed in 87 milliseconds