Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1528 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1531 yOffset -= anchorHeight; in findDropDownPosition()
1538 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1567 anchorHeight, drawingLocation[1], screenLocation[1], displayFrame.top, in findDropDownPosition()
1580 scrollY + height + anchorHeight + yOffset); in findDropDownPosition()
1585 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1594 tryFitVertical(outParams, yOffset, height, anchorHeight, drawingLocation[1], in findDropDownPosition()
1605 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1614 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical()
1618 yOffset += anchorHeight; in tryFitVertical()