Home
last modified time | relevance | path

Searched refs:spaceRight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java1882 final int spaceRight = displayFrameRight - anchorLeftInScreen; in tryFitHorizontal() local
1883 if (anchorLeftInScreen >= 0 && width <= spaceRight) { in tryFitHorizontal()