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