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;
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 …]
DDeleteDropTarget.java93 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo); in isAllAppsApplication()
96 if (source instanceof AppsCustomizePagedView) { in isAllAppsWidget()
380 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
DInfoDropTarget.java69 return (source instanceof AppsCustomizePagedView); in isFromAllApps()
DAppsCustomizePagedView.java151 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class
249 public AppsCustomizePagedView(Context context, AttributeSet attrs) { in AppsCustomizePagedView() method in AppsCustomizePagedView
260 … TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); in AppsCustomizePagedView()
DLauncher.java241 private AppsCustomizePagedView mAppsCustomizeContent;
1050 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()