Home | History | Annotate | Download | only in launcher3

Lines Matching defs:PagedView

68 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
69 private static final String TAG = "PagedView";
219 // We use the min scale to determine how much to expand the actually PagedView measured
271 public PagedView(Context context) {
275 public PagedView(Context context, AttributeSet attrs) {
279 public PagedView(Context context, AttributeSet attrs, int defStyle) {
283 R.styleable.PagedView, defStyle, 0);
396 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): "
418 // Convenience methods to get the actual width/height of the PagedView (since it is measured
428 // PagedView both horizontally and vertically
501 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
818 // We measure the dimensions of the PagedView to be larger than the pages so that when we
864 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
865 if (DEBUG) Log.d(TAG, "PagedView.scaledSize: " + scaledWidthSize + ", " + scaledHeightSize);
866 if (DEBUG) Log.d(TAG, "PagedView.parentSize: " + parentWidthSize + ", " + parentHeightSize);
867 if (DEBUG) Log.d(TAG, "PagedView.horizontalPadding: " + horizontalPadding);
868 if (DEBUG) Log.d(TAG, "PagedView.verticalPadding: " + verticalPadding);
941 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");