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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java158 Applications, enum constant in enum:AppsCustomizePagedView.ContentType
956 } else if (type == ContentType.Applications) {
988 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
989 tabHost.setCurrentTabFromContent(ContentType.Applications);
1610 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1611 tabHost.setCurrentTabFromContent(ContentType.Applications);
1625 // TODO: Dump information related to current list of Applications, Widgets, etc.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java155 Applications, enum constant in enum:AppsCustomizePagedView.ContentType
158 private ContentType mContentType = ContentType.Applications;
302 if (mContentType == ContentType.Applications) {
1309 if (mContentType == ContentType.Applications) {
1593 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1594 tabHost.setCurrentTabFromContent(ContentType.Applications);
1608 // TODO: Dump information related to current list of Applications, Widgets, etc.
1681 if (mContentType == ContentType.Applications) {

Completed in 202 milliseconds