Searched refs:smallestItemsAt (Results 1 – 2 of 2) sorted by relevance
206 long smallestItemsAt = 0; in onMeasureExactFormat() local243 if (cellsUsed == 1) smallestItemsAt |= (1 << i); in onMeasureExactFormat()277 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()289 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()309 if (cellsRemaining > 0 && smallestItemsAt != 0 && in onMeasureExactFormat()311 float expandCount = Long.bitCount(smallestItemsAt); in onMeasureExactFormat()315 if ((smallestItemsAt & 1) != 0) { in onMeasureExactFormat()319 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) { in onMeasureExactFormat()329 if ((smallestItemsAt & (1 << i)) == 0) continue; in onMeasureExactFormat()
209 long smallestItemsAt = 0; in onMeasureExactFormat() local246 if (cellsUsed == 1) smallestItemsAt |= (1 << i); in onMeasureExactFormat()280 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()292 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()312 if (cellsRemaining > 0 && smallestItemsAt != 0 && in onMeasureExactFormat()314 float expandCount = Long.bitCount(smallestItemsAt); in onMeasureExactFormat()318 if ((smallestItemsAt & 1) != 0) { in onMeasureExactFormat()322 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) { in onMeasureExactFormat()332 if ((smallestItemsAt & (1 << i)) == 0) continue; in onMeasureExactFormat()