Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1605 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1607 final int winOffsetY = screenLocationY - drawingLocationY; in tryFitVertical()
1620 outParams.y = drawingLocationY - height + yOffset; in tryFitVertical()
1625 if (positionInDisplayVertical(outParams, height, drawingLocationY, screenLocationY, in tryFitVertical()
1634 int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, in positionInDisplayVertical() argument
1638 final int winOffsetY = screenLocationY - drawingLocationY; in positionInDisplayVertical()