Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java200 int maxCellsUsed = 0; in onMeasureExactFormat() local
237 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed); in onMeasureExactFormat()
310 (cellsRemaining < visibleItemCount - 1 || singleItem || maxCellsUsed > 1)) { in onMeasureExactFormat()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuView.java203 int maxCellsUsed = 0; in onMeasureExactFormat() local
240 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed); in onMeasureExactFormat()
313 (cellsRemaining < visibleItemCount - 1 || singleItem || maxCellsUsed > 1)) { in onMeasureExactFormat()