Searched defs:mPopupMaxWidth (Results 1 – 1 of 1) sorted by relevance
54 private int mPopupMaxWidth; field in MenuPopupHelper125 mPopup.setContentWidth(Math.min(measureContentWidth(mAdapter), mPopupMaxWidth)); in tryShow() local