Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java588 public void show(Rect contentRectOnScreen) { in show() argument
589 Objects.requireNonNull(contentRectOnScreen); in show()
600 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in show()
660 public void updateCoordinates(Rect contentRectOnScreen) { in updateCoordinates() argument
661 Objects.requireNonNull(contentRectOnScreen); in updateCoordinates()
668 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in updateCoordinates()
690 contentRectOnScreen.top - mViewPortOnScreen.top; in refreshCoordinatesAndOverflowDirection()
692 mViewPortOnScreen.bottom - contentRectOnScreen.bottom; in refreshCoordinatesAndOverflowDirection()
703 y = contentRectOnScreen.bottom; in refreshCoordinatesAndOverflowDirection()
706 y = contentRectOnScreen.bottom - mMarginVertical; in refreshCoordinatesAndOverflowDirection()
[all …]