Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java139 private int mPopupHeight; field in PopupWindow
1191 mPopupHeight = p.height; in preparePopup()
1424 if (screenY + mPopupHeight > displayFrame.bottom in findDropDownPosition()
1433 scrollY + mPopupHeight + anchorHeight + yoff); in findDropDownPosition()
1473 final int popupTop = mScreenLocation[1] + yoff - mPopupHeight; in findDropDownPosition()
1874 height = mPopupHeight;
1876 mPopupHeight = height;