Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DActionMenuItemView.java278 final int oldMeasuredWidth = getMeasuredWidth(); in onMeasure() local
282 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) { in onMeasure()
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItemView.java286 final int oldMeasuredWidth = getMeasuredWidth(); in onMeasure() local
290 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) { in onMeasure()