Searched refs:mPopupWidth (Results 1 – 1 of 1) sorted by relevance
112 private int mPopupWidth; field in PopupWindow1086 mPopupWidth = p.width; in preparePopup()1240 p.x -= mPopupWidth - anchorWidth; in findDropDownPosition()1254 || p.x + mPopupWidth - root.getWidth() > 0) { in findDropDownPosition()1261 final Rect r = new Rect(scrollX, scrollY, scrollX + mPopupWidth + xoff, in findDropDownPosition()1274 p.x -= mPopupWidth - anchorWidth; in findDropDownPosition()1619 width = mPopupWidth;1621 mPopupWidth = width;