Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItemView.java288 final int oldMeasuredWidth = getMeasuredWidth(); in onMeasure() local
292 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) { in onMeasure()