Lines Matching refs:AppsCustomizePagedView
51 private AppsCustomizePagedView mAppsCustomizePane;
84 private void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) {
89 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Applications);
93 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
107 final AppsCustomizePagedView appsCustomizePane = (AppsCustomizePagedView)
203 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) {
209 final AppsCustomizePagedView.ContentType type = getContentTypeForTabTag(tabId);
303 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) {
311 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag) {
313 return AppsCustomizePagedView.ContentType.Applications;
315 return AppsCustomizePagedView.ContentType.Widgets;
317 return AppsCustomizePagedView.ContentType.Applications;
323 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) {
324 if (type == AppsCustomizePagedView.ContentType.Applications) {
326 } else if (type == AppsCustomizePagedView.ContentType.Widgets) {