Home | History | Annotate | Download | only in launcher2

Lines Matching refs:PagedView

53 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
54 private static final String TAG = "PagedView";
194 public PagedView(Context context) {
198 public PagedView(Context context, AttributeSet attrs) {
202 public PagedView(Context context, AttributeSet attrs, int defStyle) {
206 R.styleable.PagedView, defStyle, 0);
303 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
524 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
573 // The gap between pages in the PagedView should be equal to the gap from the page
650 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");