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