Searched refs:viewToMakeVisible (Results 1 – 1 of 1) sorted by relevance
2954 final View viewToMakeVisible = getChildAt(indexToMakeVisible); in amountToScroll() local2961 if (viewToMakeVisible.getBottom() <= goalBottom) { in amountToScroll()2967 && (goalBottom - viewToMakeVisible.getTop()) >= getMaxScrollAmount()) { in amountToScroll()2972 int amountToScroll = (viewToMakeVisible.getBottom() - goalBottom); in amountToScroll()2993 final View viewToMakeVisible = getChildAt(indexToMakeVisible); in amountToScroll() local2998 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()3004 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()3009 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()