Searched refs:viewToMakeVisible (Results 1 – 1 of 1) sorted by relevance
2952 final View viewToMakeVisible = getChildAt(indexToMakeVisible); in amountToScroll() local2959 if (viewToMakeVisible.getBottom() <= goalBottom) { in amountToScroll()2965 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2970 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll()2991 final View viewToMakeVisible = getChildAt(indexToMakeVisible); in amountToScroll() local2996 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()3002 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()3007 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()