HomeSort by relevance Sort by last modified time
    Searched full:displayedheight (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 358 int displayedHeight = Math.min(bottom, height) - Math.max(0, child.getTop());
359 if (displayedHeight > maxDisplayedHeight) {
361 maxDisplayedHeight = displayedHeight;

Completed in 267 milliseconds