Lines Matching refs:AppsCustomizePagedView
50 private AppsCustomizePagedView mAppsCustomizePane;
68 private void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) { in setContentTypeImmediate()
73 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Applications); in selectAppsTab()
77 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets); in selectWidgetsTab()
91 final AppsCustomizePagedView appsCustomizePane = (AppsCustomizePagedView) in onFinishInflate()
178 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) { in onTabChangedEnd()
184 final AppsCustomizePagedView.ContentType type = getContentTypeForTabTag(tabId); in onTabChanged()
245 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) { in setCurrentTabFromContent()
253 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag) { in getContentTypeForTabTag()
255 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
257 return AppsCustomizePagedView.ContentType.Widgets; in getContentTypeForTabTag()
259 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
265 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) { in getTabTagForContentType()
266 if (type == AppsCustomizePagedView.ContentType.Applications) { in getTabTagForContentType()
268 } else if (type == AppsCustomizePagedView.ContentType.Widgets) { in getTabTagForContentType()