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