Searched refs:expandCount (Results 1 – 1 of 1) sorted by relevance
313 float expandCount = Long.bitCount(smallestItemsAt); in onMeasureExactFormat() local319 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()323 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()327 final int extraPixels = expandCount > 0 ? in onMeasureExactFormat()328 (int) (cellsRemaining * cellSize / expandCount) : 0; in onMeasureExactFormat()