Home
last modified time | relevance | path

Searched refs:maxSizeInOther (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java546 float maxSizeInOther = 0; // use a float to get size per span in layoutChunk() local
590 if (otherSize > maxSizeInOther) { in layoutChunk()
591 maxSizeInOther = otherSize; in layoutChunk()
596 guessMeasurement(maxSizeInOther, currentOtherDirSize); in layoutChunk()
701 private void guessMeasurement(float maxSizeInOther, int currentOtherDirSize) { in guessMeasurement() argument
702 final int contentSize = Math.round(maxSizeInOther * mSpanCount); in guessMeasurement()