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

/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java340 private final Rect mViewPortOnScreen = new Rect(); field in class:FloatingToolbar.FloatingToolbarPopup
552 x = Math.max(0, Math.min(x, mViewPortOnScreen.right - getWidth()));
556 int availableHeightAboveContent = contentRectOnScreen.top - mViewPortOnScreen.top;
557 int availableHeightBelowContent = mViewPortOnScreen.bottom - contentRectOnScreen.bottom;
572 mViewPortOnScreen.top,
578 int availableHeightThroughContentDown = mViewPortOnScreen.bottom -
581 mViewPortOnScreen.top + getToolbarHeightWithVerticalMargin();
604 && mViewPortOnScreen.height() >= minimumOverflowHeightWithMargin) {
615 updateOverflowHeight(mViewPortOnScreen.height() - margin);
616 y = mViewPortOnScreen
[all...]

Completed in 62 milliseconds