Searched refs:drawingLocationY (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1667 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument 1669 final int winOffsetY = screenLocationY - drawingLocationY; in tryFitVertical() 1682 outParams.y = drawingLocationY - height + yOffset; in tryFitVertical() 1687 if (positionInDisplayVertical(outParams, height, drawingLocationY, screenLocationY, in tryFitVertical() 1696 int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, in positionInDisplayVertical() argument 1700 final int winOffsetY = screenLocationY - drawingLocationY; in positionInDisplayVertical()
|