Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java257 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local
268 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()
269 minCells = lp.cellsUsed; in onMeasureExactFormat()
272 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()
284 minCells++; in onMeasureExactFormat()
291 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()