Searched refs:minCellsAt (Results 1 – 1 of 1) sorted by relevance
258 long minCellsAt = 0; // Bit locations are indices of relevant child views in onMeasureExactFormat() local270 minCellsAt = 1 << i; in onMeasureExactFormat()273 minCellsAt |= 1 << i; in onMeasureExactFormat()279 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()289 if ((minCellsAt & (1 << i)) == 0) { in onMeasureExactFormat()