Home
last modified time | relevance | path

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

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