Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1588 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1591 yOffset -= anchorHeight; in findDropDownPosition()
1606 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1632 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()
1645 scrollY + height + anchorHeight + yOffset); in findDropDownPosition()
1652 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1661 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition()
1672 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1681 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical()
1685 yOffset += anchorHeight; in tryFitVertical()