Searched refs:mDrawingLocation (Results 1 – 1 of 1) sorted by relevance
117 private int[] mDrawingLocation = new int[2]; field in PopupWindow1231 anchor.getLocationInWindow(mDrawingLocation); in findDropDownPosition()1232 p.x = mDrawingLocation[0] + xoff; in findDropDownPosition()1233 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()1268 anchor.getLocationInWindow(mDrawingLocation); in findDropDownPosition()1269 p.x = mDrawingLocation[0] + xoff; in findDropDownPosition()1270 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()1283 p.y = root.getHeight() - mDrawingLocation[1] + yoff; in findDropDownPosition()1285 p.y = mDrawingLocation[1] + anchorHeight + yoff; in findDropDownPosition()1314 mAnchorRelativeX = mDrawingLocation[0] - p.x + anchorHeight / 2; in findDropDownPosition()[all …]