HomeSort by relevance Sort by last modified time
    Searched full:oldmeasuredwidth (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 219 final int oldMeasuredWidth = getMeasuredWidth();
223 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 270 final int oldMeasuredWidth = getMeasuredWidth();
274 if (widthMode != MeasureSpec.EXACTLY && mMinWidth > 0 && oldMeasuredWidth < targetWidth) {

Completed in 207 milliseconds