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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java134 private int mHeightMode; field in class:PopupWindow
892 mHeightMode = heightSpec;
1301 if (mHeightMode < 0) {
1302 p.height = mLastHeight = mHeightMode;
1782 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight;

Completed in 48 milliseconds