Searched refs:screenBottom (Results 1 – 4 of 4) sorted by relevance
95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight(); in testScrollDownToBottomButton() local97 …((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1; in testScrollDownToBottomButton()
135 val screenBottom = screenSizeProvider.invoke().y in <lambda>() constant136 rect.offsetTo(screenCenterX - rect.width() / 2, screenBottom - rect.height()) in <lambda>()
1366 int screenBottom = getScrollY() + getHeight() - mPaddingBottom; in arrowScroll() local1367 if (daBottom - screenBottom < maxJump) { in arrowScroll()1368 scrollDelta = daBottom - screenBottom; in arrowScroll()1690 int screenBottom = screenTop + height; in computeScrollDeltaToGetChildRectOnScreen() local1701 screenBottom -= fadingEdge; in computeScrollDeltaToGetChildRectOnScreen()1706 if (rect.bottom > screenBottom && rect.top > screenTop) { in computeScrollDeltaToGetChildRectOnScreen()1716 scrollYDelta += (rect.bottom - screenBottom); in computeScrollDeltaToGetChildRectOnScreen()1721 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen()1724 } else if (rect.top < screenTop && rect.bottom < screenBottom) { in computeScrollDeltaToGetChildRectOnScreen()1731 scrollYDelta -= (screenBottom - rect.bottom); in computeScrollDeltaToGetChildRectOnScreen()
80 .position(screenCenter, screenBottom)