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

  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 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()")
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 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()")
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 524 milliseconds