Searched refs:AppsCustomizePagedView (Results 1 – 5 of 5) sorted by relevance
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()[all …]
93 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()96 if (source instanceof AppsCustomizePagedView) { in isAllAppsWidget()380 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
69 return (source instanceof AppsCustomizePagedView); in isFromAllApps()
151 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class249 public AppsCustomizePagedView(Context context, AttributeSet attrs) { in AppsCustomizePagedView() method in AppsCustomizePagedView260 … TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); in AppsCustomizePagedView()
241 private AppsCustomizePagedView mAppsCustomizeContent;1050 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()