Searched refs:anchorWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1733 final int anchorWidth = anchor.getWidth(); in findDropDownPosition() local 1771 outParams.x -= width - anchorWidth; in findDropDownPosition() 1781 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition() 1800 outParams.x -= width - anchorWidth; in findDropDownPosition() 1807 tryFitHorizontal(outParams, xOffset, width, anchorWidth, drawingLocation[0], in findDropDownPosition() 1878 int anchorWidth, int drawingLocationX, int screenLocationX, int displayFrameLeft, in tryFitHorizontal() argument
|