Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java258 long minCellsAt = 0; // Bit locations are indices of relevant child views in onMeasureExactFormat() local
270 minCellsAt = 1 << i; in onMeasureExactFormat()
273 minCellsAt |= 1 << i; in onMeasureExactFormat()
279 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()
289 if ((minCellsAt & (1 << i)) == 0) { in onMeasureExactFormat()