Searched refs:minCellsAt (Results 1 – 1 of 1) sorted by relevance
257 long minCellsAt = 0; // Bit locations are indices of relevant child views in onMeasureExactFormat() local269 minCellsAt = 1 << i; in onMeasureExactFormat()272 minCellsAt |= 1 << i; in onMeasureExactFormat()278 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()288 if ((minCellsAt & (1 << i)) == 0) { in onMeasureExactFormat()