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