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 794 int childWidthMode;
801 childWidthMode = MeasureSpec.AT_MOST;
803 childWidthMode = MeasureSpec.EXACTLY;
818 childWidthMode = MeasureSpec.EXACTLY;
829 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 917 milliseconds