Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2725 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl() local
2731 amountToScroll = focusResult.getAmountToScroll(); in arrowScrollImpl()
2753 if (amountToScroll > 0) { in arrowScrollImpl()
2754 scrollListItemsBy((direction == View.FOCUS_UP) ? amountToScroll : -amountToScroll); in arrowScrollImpl()
2935 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() method in ListView
2970 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll() local
2975 amountToScroll = Math.min(amountToScroll, max); in amountToScroll()
2978 return Math.min(amountToScroll, getMaxScrollAmount()); in amountToScroll()
3007 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll() local
3011 amountToScroll = Math.min(amountToScroll, max); in amountToScroll()
[all …]
DNumberPicker.java874 int amountToScroll = scroller.getFinalY() - scroller.getCurrY(); in moveToFinalScrollerPosition() local
875 int futureScrollOffset = (mCurrentScrollOffset + amountToScroll) % mSelectorElementHeight; in moveToFinalScrollerPosition()
885 amountToScroll += overshootAdjustment; in moveToFinalScrollerPosition()
886 scrollBy(0, amountToScroll); in moveToFinalScrollerPosition()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67501 Landroid/widget/ListView;->amountToScroll(II)I