Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuView.java231 lp.preventEdgeOffset = isGeneratedItem && ((ActionMenuItemView) child).hasText(); in onMeasureExactFormat()
295 if (centerSingleExpandedItem && lp.preventEdgeOffset && cellsRemaining == 1) { in onMeasureExactFormat()
319 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()
323 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()
339 if (i == 0 && !lp.preventEdgeOffset) { in onMeasureExactFormat()
823 public boolean preventEdgeOffset; field in ActionMenuView.LayoutParams
862 encoder.addProperty("layout:preventEdgeOffset", preventEdgeOffset); in encodeProperties()