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