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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 127 int maxRowWidth = maxRowX - minRowX;
128 offsetX = (getMeasuredWidth() - maxRowWidth) / 2;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 112 int maxRowWidth = 0;
121 maxRowWidth = Math.max(maxRowWidth,
124 return maxRowWidth;

Completed in 53 milliseconds