Searched refs:mScreenLocation (Results 1 – 1 of 1) sorted by relevance
118 private int[] mScreenLocation = new int[2]; field in PopupWindow1247 anchor.getLocationOnScreen(mScreenLocation); in findDropDownPosition()1251 final int screenY = mScreenLocation[1] + anchorHeight + yoff; in findDropDownPosition()1278 anchor.getLocationOnScreen(mScreenLocation); in findDropDownPosition()1279 onTop = (displayFrame.bottom - mScreenLocation[1] - anchorHeight - yoff) < in findDropDownPosition()1280 (mScreenLocation[1] - yoff - displayFrame.top); in findDropDownPosition()1302 final int popupTop = mScreenLocation[1] + yoff - mPopupHeight; in findDropDownPosition()