Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1583 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1586 yOffset -= anchorHeight; in findDropDownPosition()
1601 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1627 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()
1640 scrollY + height + anchorHeight + yOffset); in findDropDownPosition()
1647 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1656 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition()
1667 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1676 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical()
1680 yOffset += anchorHeight; in tryFitVertical()