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