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);
298 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) {
307 public AppsCustomizePagedView.ContentType getContentTypeForTabTag(String tag)
    [all...]
InfoDropTarget.java 69 return (source instanceof AppsCustomizePagedView);
DeleteDropTarget.java 93 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
AppsCustomizePagedView.java 151 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements
155 static final String TAG = "AppsCustomizePagedView";
249 public AppsCustomizePagedView(Context context, AttributeSet attrs) {
260 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
    [all...]
Launcher.java 241 private AppsCustomizePagedView mAppsCustomizeContent;
    [all...]

Completed in 166 milliseconds