Searched defs:anchorWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1588 final int anchorWidth = anchor.getWidth();
1626 outParams.x -= width - anchorWidth;
1636 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left,
1655 outParams.x -= width - anchorWidth;
1662 tryFitHorizontal(outParams, xOffset, width, anchorWidth, drawingLocation[0],
1733 int anchorWidth, int drawingLocationX, int screenLocationX, int displayFrameLeft,
1732 tryFitHorizontal(@onNull LayoutParams outParams, int xOffset, int width, int anchorWidth, int drawingLocationX, int screenLocationX, int displayFrameLeft, int displayFrameRight, boolean allowResize) argument

Completed in 13 milliseconds