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()
1315 int screenBottom = getScrollY() + getHeight() - mPaddingBottom; in arrowScroll() local1316 if (daBottom - screenBottom < maxJump) { in arrowScroll()1317 scrollDelta = daBottom - screenBottom; in arrowScroll()1634 int screenBottom = screenTop + height; in computeScrollDeltaToGetChildRectOnScreen() local1645 screenBottom -= fadingEdge; in computeScrollDeltaToGetChildRectOnScreen()1650 if (rect.bottom > screenBottom && rect.top > screenTop) { in computeScrollDeltaToGetChildRectOnScreen()1660 scrollYDelta += (rect.bottom - screenBottom); in computeScrollDeltaToGetChildRectOnScreen()1665 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen()1668 } else if (rect.top < screenTop && rect.bottom < screenBottom) { in computeScrollDeltaToGetChildRectOnScreen()1675 scrollYDelta -= (screenBottom - rect.bottom); in computeScrollDeltaToGetChildRectOnScreen()
80 .position(screenCenter, screenBottom)