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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 531 int childWidthMode;
533 childWidthMode = MeasureSpec.AT_MOST;
535 childWidthMode = MeasureSpec.EXACTLY;
546 MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding, childWidthMode);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 642 int childWidthMode;
644 childWidthMode = MeasureSpec.AT_MOST;
646 childWidthMode = MeasureSpec.EXACTLY;
657 MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding, childWidthMode);
    [all...]

Completed in 39 milliseconds