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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java109 private int mPopupHeight; field in class:PopupWindow
1002 mPopupHeight = p.height;
1159 if (screenY + mPopupHeight > displayFrame.bottom ||
1168 scrollY + mPopupHeight + anchor.getHeight() + yoff);
1209 int popupTop = mScreenLocation[1] + yoff - mPopupHeight;
1526 height = mPopupHeight;
1528 mPopupHeight = height;

Completed in 45 milliseconds