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