Searched refs:AppsCustomizePagedView (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java33 private AppsCustomizePagedView mPagedView;
49 void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) {
53 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) {
73 mPagedView = (AppsCustomizePagedView) findViewById(R.id.apps_customize_pane_content);
84 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag) {
86 return AppsCustomizePagedView.ContentType.Applications;
88 return AppsCustomizePagedView.ContentType.Widgets;
90 return AppsCustomizePagedView.ContentType.Applications;
96 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) {
97 if (type == AppsCustomizePagedView
[all...]
H A DLauncher.java277 private AppsCustomizePagedView mAppsCustomizeContent;
1428 mAppsCustomizeContent = (AppsCustomizePagedView)
2047 AppsCustomizePagedView.ContentType type = mAppsCustomizeContent.getContentType();
2485 AppsCustomizePagedView.ContentType.Applications) {
2622 showAllApps(true, AppsCustomizePagedView.ContentType.Applications, false);
2793 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true);
3316 AppsCustomizePagedView.ContentType contentType = mAppsCustomizeContent.getContentType();
3321 final AppsCustomizePagedView.ContentType contentType) {
3344 Workspace.State workspaceState = contentType == AppsCustomizePagedView.ContentType.Widgets ?
3349 || contentType == AppsCustomizePagedView
[all...]
H A DDeleteDropTarget.java102 if (source instanceof AppsCustomizePagedView) {
488 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
542 // If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
H A DAppsCustomizePagedView.java144 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class in inherits:PagedViewWithDraggableItems,View.OnClickListener,View.OnKeyListener,DragSource,PagedViewWidget.ShortPressListener,LauncherTransitionable
147 static final String TAG = "AppsCustomizePagedView";
214 public AppsCustomizePagedView(Context context, AttributeSet attrs) { method in class:AppsCustomizePagedView
224 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
369 if (Utilities.isViewAttachedToWindow(AppsCustomizePagedView.this)) {
H A DDeviceProfile.java795 AppsCustomizePagedView pagedView = (AppsCustomizePagedView)
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java50 private AppsCustomizePagedView mAppsCustomizePane;
76 void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) {
84 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Applications);
87 setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
100 final AppsCustomizePagedView appsCustomizePane = (AppsCustomizePagedView)
197 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) {
203 final AppsCustomizePagedView.ContentType type = getContentTypeForTabTag(tabId);
298 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) {
307 public AppsCustomizePagedView
[all...]
H A DInfoDropTarget.java69 return (source instanceof AppsCustomizePagedView);
H A DDeleteDropTarget.java93 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo);
96 if (source instanceof AppsCustomizePagedView) {
380 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
432 // If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
H A DAppsCustomizePagedView.java151 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class in inherits:PagedViewWithDraggableItems,View.OnClickListener,View.OnKeyListener,DragSource,PagedViewIcon.PressedCallback,PagedViewWidget.ShortPressListener,LauncherTransitionable
155 static final String TAG = "AppsCustomizePagedView";
249 public AppsCustomizePagedView(Context context, AttributeSet attrs) { method in class:AppsCustomizePagedView
260 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
H A DLauncher.java239 private AppsCustomizePagedView mAppsCustomizeContent;
1024 mAppsCustomizeContent = (AppsCustomizePagedView)

Completed in 86 milliseconds