Home
last modified time | relevance | path

Searched defs:amountToScroll (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DListView.java2727 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl() local
2937 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() method in ListView
2972 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll() local
3009 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll() local
3029 void populate(int selectedPosition, int amountToScroll) { in populate()
H A DNumberPicker.java874 int amountToScroll = scroller.getFinalY() - scroller.getCurrY(); in moveToFinalScrollerPosition() local