Searched refs:mViewPortOnScreen (Results 1 – 1 of 1) sorted by relevance
121 private final Rect mViewPortOnScreen = new Rect(); // portion of screen we can draw in. field in LocalFloatingToolbarPopup442 mViewPortOnScreen.right - mPopupWindow.getWidth()); in refreshCoordinatesAndOverflowDirection()447 contentRectOnScreen.top - mViewPortOnScreen.top; in refreshCoordinatesAndOverflowDirection()449 mViewPortOnScreen.bottom - contentRectOnScreen.bottom; in refreshCoordinatesAndOverflowDirection()467 mViewPortOnScreen.top, in refreshCoordinatesAndOverflowDirection()475 mViewPortOnScreen.bottom - contentRectOnScreen.top in refreshCoordinatesAndOverflowDirection()478 contentRectOnScreen.bottom - mViewPortOnScreen.top in refreshCoordinatesAndOverflowDirection()502 && mViewPortOnScreen.height() >= minimumOverflowHeightWithMargin) { in refreshCoordinatesAndOverflowDirection()513 updateOverflowHeight(mViewPortOnScreen.height() - margin); in refreshCoordinatesAndOverflowDirection()514 y = mViewPortOnScreen.top; in refreshCoordinatesAndOverflowDirection()[all …]