Searched refs:maxSizeInOther (Results 1 – 1 of 1) sorted by relevance
546 float maxSizeInOther = 0; // use a float to get size per span in layoutChunk() local590 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() argument702 final int contentSize = Math.round(maxSizeInOther * mSpanCount); in guessMeasurement()