HomeSort by relevance Sort by last modified time
    Searched refs:maxDisplayedHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 348 int maxDisplayedHeight = 0;
359 if (displayedHeight > maxDisplayedHeight) {
361 maxDisplayedHeight = displayedHeight;
  /frameworks/base/core/java/android/widget/
DayPickerView.java 380 int maxDisplayedHeight = 0;
391 if (displayedHeight > maxDisplayedHeight) {
393 maxDisplayedHeight = displayedHeight;

Completed in 56 milliseconds