Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1672 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1674 final int winOffsetY = screenLocationY - drawingLocationY; in tryFitVertical()
1687 outParams.y = drawingLocationY - height + yOffset; in tryFitVertical()
1692 if (positionInDisplayVertical(outParams, height, drawingLocationY, screenLocationY, in tryFitVertical()
1701 int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, in positionInDisplayVertical() argument
1705 final int winOffsetY = screenLocationY - drawingLocationY; in positionInDisplayVertical()