Searched refs:anchorHeight (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1732 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local 1735 yOffset -= anchorHeight; in findDropDownPosition() 1750 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition() 1776 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition() 1789 scrollY + height + anchorHeight + yOffset); in findDropDownPosition() 1796 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition() 1805 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition() 1816 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument 1825 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical() 1829 yOffset += anchorHeight; in tryFitVertical()
|