Searched refs:mWidthMode (Results 1 – 1 of 1) sorted by relevance
131 private int mWidthMode; field in PopupWindow891 mWidthMode = widthSpec; in setWindowLayoutMode()1307 if (mWidthMode < 0) { in createPopupLayoutParams()1308 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()1776 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()