Searched refs:anchorLeftInScreen (Results 1 – 1 of 1) sorted by relevance
1884 final int anchorLeftInScreen = outParams.x + winOffsetX; in tryFitHorizontal() local1885 final int spaceRight = displayFrameRight - anchorLeftInScreen; in tryFitHorizontal()1886 if (anchorLeftInScreen >= displayFrameLeft && width <= spaceRight) { in tryFitHorizontal()