Searched refs:screenBottom (Results 1 – 3 of 3) sorted by relevance
95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight(); in testScrollDownToBottomButton() local97 …((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1; in testScrollDownToBottomButton()
1247 int screenBottom = getScrollY() + getHeight() - mPaddingBottom; in arrowScroll() local1248 if (daBottom - screenBottom < maxJump) { in arrowScroll()1249 scrollDelta = daBottom - screenBottom; in arrowScroll()1528 int screenBottom = screenTop + height; in computeScrollDeltaToGetChildRectOnScreen() local1539 screenBottom -= fadingEdge; in computeScrollDeltaToGetChildRectOnScreen()1544 if (rect.bottom > screenBottom && rect.top > screenTop) { in computeScrollDeltaToGetChildRectOnScreen()1554 scrollYDelta += (rect.bottom - screenBottom); in computeScrollDeltaToGetChildRectOnScreen()1559 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen()1562 } else if (rect.top < screenTop && rect.bottom < screenBottom) { in computeScrollDeltaToGetChildRectOnScreen()1569 scrollYDelta -= (screenBottom - rect.bottom); in computeScrollDeltaToGetChildRectOnScreen()
72 .position(screenCenter, screenBottom)