Searched refs:smallestItemsAt (Results 1 – 2 of 2) sorted by relevance
210 long smallestItemsAt = 0; in onMeasureExactFormat() local247 if (cellsUsed == 1) smallestItemsAt |= (1 << i); in onMeasureExactFormat()281 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()293 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()313 if (cellsRemaining > 0 && smallestItemsAt != 0 && in onMeasureExactFormat()315 float expandCount = Long.bitCount(smallestItemsAt); in onMeasureExactFormat()319 if ((smallestItemsAt & 1) != 0) { in onMeasureExactFormat()323 if ((smallestItemsAt & (1 << (childCount - 1))) != 0) { in onMeasureExactFormat()333 if ((smallestItemsAt & (1 << i)) == 0) continue; in onMeasureExactFormat()
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()