Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java354 private void show(Rect contentRectOnScreen) { in show() argument
355 Objects.requireNonNull(contentRectOnScreen); in show()
366 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in show()
417 private void updateCoordinates(Rect contentRectOnScreen) { in updateCoordinates() argument
418 Objects.requireNonNull(contentRectOnScreen); in updateCoordinates()
425 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in updateCoordinates()
447 contentRectOnScreen.top - mViewPortOnScreen.top; in refreshCoordinatesAndOverflowDirection()
449 mViewPortOnScreen.bottom - contentRectOnScreen.bottom; in refreshCoordinatesAndOverflowDirection()
460 y = contentRectOnScreen.bottom; in refreshCoordinatesAndOverflowDirection()
463 y = contentRectOnScreen.bottom - mMarginVertical; in refreshCoordinatesAndOverflowDirection()
[all …]