Home
last modified time | relevance | path

Searched refs:anchorHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java1733 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1736 yOffset -= anchorHeight; in findDropDownPosition()
1751 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1777 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()
1790 scrollY + height + anchorHeight + yOffset); in findDropDownPosition()
1797 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1806 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition()
1817 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1826 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical()
1830 yOffset += anchorHeight; in tryFitVertical()