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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FreeformWorkspaceLayoutAlgorithm.java 88 float maxRowWidth = 0f;
114 maxRowWidth = Math.max(rowWidth, maxRowWidth);
118 float defaultRowLeft = ((1f - (maxRowWidth / normalizedWorkspaceWidth)) *
  /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 185 milliseconds