HomeSort by relevance Sort by last modified time
    Searched refs:AppsCustomizePagedView (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 50 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);
293 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) {
302 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag)
    [all...]
InfoDropTarget.java 66 return (source instanceof AppsCustomizePagedView);
DeleteDropTarget.java 92 return (source instanceof AppsCustomizePagedView) && (info instanceof ApplicationInfo);
95 if (source instanceof AppsCustomizePagedView) {
371 final boolean isAllApps = d.dragSource instanceof AppsCustomizePagedView;
425 // If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
AppsCustomizePagedView.java 232 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements
236 static final String TAG = "AppsCustomizePagedView";
327 public AppsCustomizePagedView(Context context, AttributeSet attrs) {
341 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
    [all...]
Launcher.java 230 private AppsCustomizePagedView mAppsCustomizeContent;
    [all...]

Completed in 46 milliseconds