Searched refs:maxSizeInOther (Results 1 – 1 of 1) sorted by relevance
571 float maxSizeInOther = 0; // use a float to get size per span in layoutChunk() local600 if (otherSize > maxSizeInOther) { in layoutChunk()601 maxSizeInOther = otherSize; in layoutChunk()606 guessMeasurement(maxSizeInOther, currentOtherDirSize); in layoutChunk()744 private void guessMeasurement(float maxSizeInOther, int currentOtherDirSize) { in guessMeasurement() argument745 final int contentSize = Math.round(maxSizeInOther * mSpanCount); in guessMeasurement()