Home
last modified time | relevance | path

Searched refs:AppsCustomizePagedView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java50 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 …]
DDeleteDropTarget.java74 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()
77 return (source instanceof AppsCustomizePagedView) && (info instanceof PendingAddWidgetInfo); in isAllAppsWidget()
DInfoDropTarget.java71 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()
DAppsCustomizePagedView.java170 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class
230 public AppsCustomizePagedView(Context context, AttributeSet attrs) { in AppsCustomizePagedView() method in AppsCustomizePagedView
252 a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); in AppsCustomizePagedView()
DLauncher.java195 private AppsCustomizePagedView mAppsCustomizeContent;
750 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()