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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java96 private int mHeightMode; field in class:PopupWindow
669 mHeightMode = heightSpec;
814 if (mHeightMode < 0) p.height = mLastHeight = mHeightMode;
1263 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight;

Completed in 22 milliseconds