Searched refs:measureContentWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java125 mPopup.setContentWidth(Math.min(measureContentWidth(mAdapter), mPopupMaxWidth));
167 private int measureContentWidth(ListAdapter adapter) { method in class:MenuPopupHelper
/frameworks/base/core/java/android/widget/
H A DSpinner.java443 measureContentWidth(getAdapter(), getBackground())),
656 int measureContentWidth(SpinnerAdapter adapter, Drawable background) { method in class:Spinner
959 int contentWidth = measureContentWidth(
H A DActivityChooserView.java346 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth);
728 public int measureContentWidth() { method in class:ActivityChooserView.ActivityChooserViewAdapter

Completed in 74 milliseconds