Home
last modified time | relevance | path

Searched defs:scrollRange (Results 1 – 3 of 3) sorted by relevance

/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewWithCollapsingToolbarTest.java146 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_rotaryScrollInChildPastBottom_calledInParent() local
194 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_mouseScrollInChildPastBottom_calledInParent() local
222 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardUpInChild_calledInParent() local
329 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardPageUpInChild_calledInParent() local
402 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardMoveHomeInChild_calledInParent() local
476 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardShiftSpaceBarInChild_calledInParent() local
560 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardDownInChildPastBottom_notCalledInParent() local
631 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardAltDownInChildPastBottom_notCalledInParent() local
704 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardPageDownInChildPastBottom_notCalledInParent() local
774 int scrollRange = mChildNestedScrollView.getScrollRange(); in isOnStartNestedScrollCalled_keyboardSpaceInChildPastBottom_notCalledInParent() local
DNestedScrollViewTest.java346 int scrollRange = mNestedScrollView.getScrollRange(); in testBottomEdgeEffectReversal() local
388 int scrollRange = mNestedScrollView.getScrollRange(); in testFlingWhileStretchedAtBottom() local
426 int scrollRange = mNestedScrollView.getScrollRange(); in scrollFromRotaryStretchesBottom() local
458 int scrollRange = mNestedScrollView.getScrollRange(); in scrollFromMouseDoesNotStretchBottom() local
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java1514 int scrollRange = 0; in getScrollRange() local
1924 int scrollRange = child.getBottom() + lp.bottomMargin; in computeVerticalScrollRange() local
2601 final int scrollRange = nsvHost.getScrollRange(); in onInitializeAccessibilityNodeInfo() local