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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 148 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements
152 static final String TAG = "AppsCustomizePagedView";
246 public AppsCustomizePagedView(Context context, AttributeSet attrs) {
257 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 145 public class AppsCustomizePagedView extends PagedViewWithDraggableItems implements
149 static final String TAG = "AppsCustomizePagedView";
245 public AppsCustomizePagedView(Context context, AttributeSet attrs) {
256 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
    [all...]

Completed in 27 milliseconds