Searched refs:AppsCustomizePagedView (Results 1 – 5 of 5) sorted by relevance
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()[all …]
74 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()77 return (source instanceof AppsCustomizePagedView) && (info instanceof PendingAddWidgetInfo); in isAllAppsWidget()
71 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()
170 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class230 public AppsCustomizePagedView(Context context, AttributeSet attrs) { in AppsCustomizePagedView() method in AppsCustomizePagedView252 a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); in AppsCustomizePagedView()
195 private AppsCustomizePagedView mAppsCustomizeContent;750 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()