Searched refs:displayedHeight (Results 1 – 2 of 2) sorted by relevance
358 int displayedHeight = Math.min(bottom, height) - Math.max(0, child.getTop()); in getMostVisiblePosition() local359 if (displayedHeight > maxDisplayedHeight) { in getMostVisiblePosition()361 maxDisplayedHeight = displayedHeight; in getMostVisiblePosition()
354 int displayedHeight = Math.min(bottom, height) - Math.max(0, child.getTop()); in getMostVisiblePosition() local355 if (displayedHeight > maxDisplayedHeight) { in getMostVisiblePosition()357 maxDisplayedHeight = displayedHeight; in getMostVisiblePosition()