Home | History | Annotate | Download | only in widget

Lines Matching defs:getMaxScrollAmount

273     public int getMaxScrollAmount() {
2910 * capped at {@link #getMaxScrollAmount()} .
2949 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) {
2962 return Math.min(amountToScroll, getMaxScrollAmount());
2986 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) {
2997 return Math.min(amountToScroll, getMaxScrollAmount());
3132 final int maxScrollAmount = getMaxScrollAmount();