Lines Matching refs:AppsCustomizePagedView

277     private AppsCustomizePagedView mAppsCustomizeContent;
1428 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()
2047 AppsCustomizePagedView.ContentType type = mAppsCustomizeContent.getContentType(); in onSaveInstanceState()
2485 AppsCustomizePagedView.ContentType.Applications) { in onBackPressed()
2622 showAllApps(true, AppsCustomizePagedView.ContentType.Applications, false); in onClickAllAppsButton()
2793 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true); in onClickAddWidgetButton()
3316 AppsCustomizePagedView.ContentType contentType = mAppsCustomizeContent.getContentType(); in showAppsCustomizeHelper()
3321 final AppsCustomizePagedView.ContentType contentType) { in showAppsCustomizeHelper()
3344 Workspace.State workspaceState = contentType == AppsCustomizePagedView.ContentType.Widgets ? in showAppsCustomizeHelper()
3349 || contentType == AppsCustomizePagedView.ContentType.Widgets) { in showAppsCustomizeHelper()
3359 final AppsCustomizePagedView content = (AppsCustomizePagedView) in showAppsCustomizeHelper()
3365 final boolean isWidgetTray = contentType == AppsCustomizePagedView.ContentType.Widgets; in showAppsCustomizeHelper()
3596 final AppsCustomizePagedView content = (AppsCustomizePagedView) in hideAppsCustomizeHelper()
3615 AppsCustomizePagedView.ContentType contentType = content.getContentType(); in hideAppsCustomizeHelper()
3617 contentType == AppsCustomizePagedView.ContentType.Widgets; in hideAppsCustomizeHelper()
3875 void showAllApps(boolean animated, AppsCustomizePagedView.ContentType contentType, in showAllApps()
4400 AppsCustomizePagedView.getDefaultOptionsForWidget(this, pendingInfo); in bindAppWidget()