Searched defs:displayFrameTop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1671 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop,
1680 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop;
1692 displayFrameTop, displayFrameBottom, allowResize)) {
1700 int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom,
1714 if (outParams.y < displayFrameTop) {
1717 outParams.y = displayFrameTop;
1719 final int displayFrameHeight = displayFrameBottom - displayFrameTop;
1670 tryFitVertical(@onNull LayoutParams outParams, int yOffset, int height, int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, boolean allowResize) argument
1699 positionInDisplayVertical(@onNull LayoutParams outParams, int height, int drawingLocationY, int screenLocationY, int displayFrameTop, int displayFrameBottom, boolean canResize) argument

Completed in 13 milliseconds