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

  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 736 int childWidthMode;
743 childWidthMode = MeasureSpec.AT_MOST;
745 childWidthMode = MeasureSpec.EXACTLY;
760 childWidthMode = MeasureSpec.EXACTLY;
771 MeasureSpec.makeMeasureSpec(childWidth, childWidthMode);
    [all...]
  /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...]

Completed in 89 milliseconds