Searched refs:calculateItemBorders (Results 1 – 1 of 1) sorted by relevance
279 calculateItemBorders(totalSpace); in updateMeasurements()307 private void calculateItemBorders(int totalSpace) { in calculateItemBorders() method in GridLayoutManager308 mCachedBorders = calculateItemBorders(mCachedBorders, mSpanCount, totalSpace); in calculateItemBorders()318 static int[] calculateItemBorders(int[] cachedBorders, int spanCount, int totalSpace) { in calculateItemBorders() method in GridLayoutManager739 calculateItemBorders(Math.max(contentSize, currentOtherDirSize)); in guessMeasurement()