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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java106 private int mLastHeight; field in class:PopupWindow
848 if (mHeightMode < 0) p.height = mLastHeight = mHeightMode;
920 if (mHeightMode < 0) p.height = mLastHeight = mHeightMode;
1048 p.height = mLastHeight = mHeight;
1415 mLastHeight = height;
1433 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight;
1435 p.height = mLastHeight = finalHeight;

Completed in 39 milliseconds