Searched refs:drawingLocation (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1535 final int[] drawingLocation = mTmpDrawingLocation; in findDropDownPosition() local 1536 anchor.getLocationInWindow(drawingLocation); in findDropDownPosition() 1537 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition() 1538 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition() 1567 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition() 1572 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition() 1583 anchor.getLocationInWindow(drawingLocation); in findDropDownPosition() 1584 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition() 1585 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition() 1594 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition() [all …]
|