Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java257 long minCellsAt = 0; // Bit locations are indices of relevant child views in onMeasureExactFormat() local
269 minCellsAt = 1 << i; in onMeasureExactFormat()
272 minCellsAt |= 1 << i; in onMeasureExactFormat()
278 smallestItemsAt |= minCellsAt; in onMeasureExactFormat()
288 if ((minCellsAt & (1 << i)) == 0) { in onMeasureExactFormat()