Searched refs:goalTop (Results 1 – 1 of 1) sorted by relevance
2994 int goalTop = listTop; in amountToScroll() local2996 goalTop += getArrowScrollPreviewLength(); in amountToScroll()2998 if (viewToMakeVisible.getTop() >= goalTop) { in amountToScroll()3004 (viewToMakeVisible.getBottom() - goalTop) >= getMaxScrollAmount()) { in amountToScroll()3009 int amountToScroll = (goalTop - viewToMakeVisible.getTop()); in amountToScroll()