Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java230 lp.preventEdgeOffset = isGeneratedItem && ((ActionMenuItemView) child).hasText(); in onMeasureExactFormat()
294 if (centerSingleExpandedItem && lp.preventEdgeOffset && cellsRemaining == 1) { in onMeasureExactFormat()
318 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()
322 if (!lp.preventEdgeOffset) expandCount -= 0.5f; in onMeasureExactFormat()
338 if (i == 0 && !lp.preventEdgeOffset) { in onMeasureExactFormat()
822 public boolean preventEdgeOffset; field in ActionMenuView.LayoutParams
861 encoder.addProperty("layout:preventEdgeOffset", preventEdgeOffset); in encodeProperties()