Home
last modified time | relevance | path

Searched refs:minCells (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DActionMenuView.java256 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local
267 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()
268 minCells = lp.cellsUsed; in onMeasureExactFormat()
271 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()
283 minCells++; in onMeasureExactFormat()
290 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()