Searched refs:mHeightMode (Results 1 – 1 of 1) sorted by relevance
134 private int mHeightMode; field in PopupWindow892 mHeightMode = heightSpec; in setWindowLayoutMode()1301 if (mHeightMode < 0) { in createPopupLayoutParams()1302 p.height = mLastHeight = mHeightMode; in createPopupLayoutParams()1782 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight; in update()