Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java121 private final Rect mViewPortOnScreen = new Rect(); // portion of screen we can draw in. field in LocalFloatingToolbarPopup
442 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 …]