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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java161 Applications, enum constant in enum:AppsCustomizePagedView.ContentType
951 } else if (type == ContentType.Applications) {
983 !tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
984 tabHost.setCurrentTabFromContent(ContentType.Applications);
1607 if (!tag.equals(tabHost.getTabTagForContentType(ContentType.Applications))) {
1608 tabHost.setCurrentTabFromContent(ContentType.Applications);
1622 // TODO: Dump information related to current list of Applications, Widgets, etc.

Completed in 62 milliseconds