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