Home
last modified time | relevance | path

Searched refs:screenBottom (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight(); in testScrollDownToBottomButton() local
97 …((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1; in testScrollDownToBottomButton()
/aosp14/frameworks/base/core/java/android/widget/
H A DScrollView.java1315 int screenBottom = getScrollY() + getHeight() - mPaddingBottom; in arrowScroll() local
1316 if (daBottom - screenBottom < maxJump) { in arrowScroll()
1317 scrollDelta = daBottom - screenBottom; in arrowScroll()
1634 int screenBottom = screenTop + height; in computeScrollDeltaToGetChildRectOnScreen() local
1645 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()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md80 .position(screenCenter, screenBottom)