Searched refs:anchorTopInScreen (Results 1 – 1 of 1) sorted by relevance
1822 final int anchorTopInScreen = outParams.y + winOffsetY; in tryFitVertical() local1823 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical()1824 if (anchorTopInScreen >= displayFrameTop && height <= spaceBelow) { in tryFitVertical()1828 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical()