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