Home
last modified time | relevance | path

Searched refs:AppsCustomizePagedView (Results 1 – 10 of 10) 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;
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()
DInfoDropTarget.java69 return (source instanceof AppsCustomizePagedView); in isFromAllApps()
DLauncher.java239 private AppsCustomizePagedView mAppsCustomizeContent;
1024 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizeTabHost.java33 private AppsCustomizePagedView mPagedView;
49 void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) { in setContentTypeImmediate()
53 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) { in setCurrentTabFromContent()
73 mPagedView = (AppsCustomizePagedView) findViewById(R.id.apps_customize_pane_content); in onFinishInflate()
84 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag) { in getContentTypeForTabTag()
86 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
88 return AppsCustomizePagedView.ContentType.Widgets; in getContentTypeForTabTag()
90 return AppsCustomizePagedView.ContentType.Applications; in getContentTypeForTabTag()
96 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) { in getTabTagForContentType()
97 if (type == AppsCustomizePagedView.ContentType.Applications) { in getTabTagForContentType()
[all …]
DLauncher.java277 private AppsCustomizePagedView mAppsCustomizeContent;
1428 mAppsCustomizeContent = (AppsCustomizePagedView) in setupViews()
2047 AppsCustomizePagedView.ContentType type = mAppsCustomizeContent.getContentType(); in onSaveInstanceState()
2485 AppsCustomizePagedView.ContentType.Applications) { in onBackPressed()
2622 showAllApps(true, AppsCustomizePagedView.ContentType.Applications, false); in onClickAllAppsButton()
2793 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true); in onClickAddWidgetButton()
3316 AppsCustomizePagedView.ContentType contentType = mAppsCustomizeContent.getContentType(); in showAppsCustomizeHelper()
3321 final AppsCustomizePagedView.ContentType contentType) { in showAppsCustomizeHelper()
3344 Workspace.State workspaceState = contentType == AppsCustomizePagedView.ContentType.Widgets ? in showAppsCustomizeHelper()
3349 || contentType == AppsCustomizePagedView.ContentType.Widgets) { in showAppsCustomizeHelper()
[all …]
DAppsCustomizePagedView.java144 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements class
214 public AppsCustomizePagedView(Context context, AttributeSet attrs) { in AppsCustomizePagedView() method in AppsCustomizePagedView
224 … TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); in AppsCustomizePagedView()
369 if (Utilities.isViewAttachedToWindow(AppsCustomizePagedView.this)) { in onLayout()
DDeleteDropTarget.java102 if (source instanceof AppsCustomizePagedView) { in isAllAppsWidget()
488 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
DDeviceProfile.java795 AppsCustomizePagedView pagedView = (AppsCustomizePagedView) in layout()