Searched defs:amountToScroll (Results 1 – 2 of 2) sorted by relevance
2725 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl() local2935 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() method in ListView2970 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll() local3007 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll() local3027 void populate(int selectedPosition, int amountToScroll) { in populate()
874 int amountToScroll = scroller.getFinalY() - scroller.getCurrY(); in moveToFinalScrollerPosition() local