Home
last modified time | relevance | path

Searched refs:displayedHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java358 int displayedHeight = Math.min(bottom, height) - Math.max(0, child.getTop()); in getMostVisiblePosition() local
359 if (displayedHeight > maxDisplayedHeight) { in getMostVisiblePosition()
361 maxDisplayedHeight = displayedHeight; in getMostVisiblePosition()
/frameworks/base/core/java/android/widget/
DDayPickerView.java354 int displayedHeight = Math.min(bottom, height) - Math.max(0, child.getTop()); in getMostVisiblePosition() local
355 if (displayedHeight > maxDisplayedHeight) { in getMostVisiblePosition()
357 maxDisplayedHeight = displayedHeight; in getMostVisiblePosition()