Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java113 private int mPopupHeight; field in PopupWindow
1087 mPopupHeight = p.height; in preparePopup()
1253 if (screenY + mPopupHeight > displayFrame.bottom in findDropDownPosition()
1262 scrollY + mPopupHeight + anchorHeight + yoff); in findDropDownPosition()
1302 final int popupTop = mScreenLocation[1] + yoff - mPopupHeight; in findDropDownPosition()
1624 height = mPopupHeight;
1626 mPopupHeight = height;