Home | History | Annotate | Download | only in launcher3

Lines Matching defs:PagedView

59 public abstract class PagedView<T extends View & PageIndicator> extends ViewGroup {
60 private static final String TAG = "PagedView";
157 public PagedView(Context context) {
161 public PagedView(Context context, AttributeSet attrs) {
165 public PagedView(Context context, AttributeSet attrs, int defStyle) {
169 R.styleable.PagedView, defStyle, 0);
253 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
514 // We measure the dimensions of the PagedView to be larger than the pages so that when we
534 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
566 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");
1545 // Accessibility-wise, PagedView doesn't support long click, so disabling it.