Lines Matching refs:AppsCustomizePagedView
50 private AppsCustomizePagedView mAppsCustomizePane;
76 void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) { in setContentTypeImmediate()
84 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Applications); in selectAppsTab()
87 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets); in selectWidgetsTab()
100 final AppsCustomizePagedView appsCustomizePane = (AppsCustomizePagedView) in onFinishInflate()
197 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) { in onTabChangedEnd()
203 final AppsCustomizePagedView.ContentType type = getContentTypeForTabTag(tabId); in onTabChanged()
298 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) { in setCurrentTabFromContent()
307 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag) { in getContentTypeForTabTag()
309 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
311 return AppsCustomizePagedView.ContentType.Widgets; in getContentTypeForTabTag()
313 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
319 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) { in getTabTagForContentType()
320 if (type == AppsCustomizePagedView.ContentType.Applications) { in getTabTagForContentType()
322 } else if (type == AppsCustomizePagedView.ContentType.Widgets) { in getTabTagForContentType()