Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionMenuView.java259 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local
270 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()
271 minCells = lp.cellsUsed; in onMeasureExactFormat()
274 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()
286 minCells++; in onMeasureExactFormat()
293 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()
/frameworks/base/core/java/android/widget/
DActionMenuView.java255 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local
266 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()
267 minCells = lp.cellsUsed; in onMeasureExactFormat()
270 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()
282 minCells++; in onMeasureExactFormat()
289 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()