Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1816 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical() argument
1818 final int winOffsetY = screenLocationY - drawingLocationY; in tryFitVertical()
1831 outParams.y = drawingLocationY - height + yOffset; in tryFitVertical()
1836 if (positionInDisplayVertical(outParams, height, drawingLocationY, screenLocationY, in tryFitVertical()
1845 int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, in positionInDisplayVertical() argument
1849 final int winOffsetY = screenLocationY - drawingLocationY; in positionInDisplayVertical()