Searched refs:contentRectOnScreen (Results 1 – 1 of 1) sorted by relevance
588 public void show(Rect contentRectOnScreen) { in show() argument589 Objects.requireNonNull(contentRectOnScreen); in show()600 refreshCoordinatesAndOverflowDirection(contentRectOnScreen); in show()660 public void updateCoordinates(Rect contentRectOnScreen) { in updateCoordinates() argument661 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 …]