Searched refs:contentRectOnScreen (Results 1 – 1 of 1) sorted by relevance
354 private void show(Rect contentRectOnScreen) { in show() argument355 Objects.requireNonNull(contentRectOnScreen); in show()366 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in show()417 private void updateCoordinates(Rect contentRectOnScreen) { in updateCoordinates() argument418 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 …]