HomeSort by relevance Sort by last modified time
    Searched defs:getBoundsForDate (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
CalendarViewMaterialDelegate.java 114 public boolean getBoundsForDate(long date, Rect outBounds) {
115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds);
CalendarView.java 559 public boolean getBoundsForDate(long date, Rect outBounds) {
560 return mDelegate.getBoundsForDate(date, outBounds);
624 boolean getBoundsForDate(long date, Rect outBounds);
DayPickerPagerAdapter.java 111 public boolean getBoundsForDate(Calendar day, Rect outBounds) {
CalendarViewLegacyDelegate.java 605 public boolean getBoundsForDate(long date, Rect outBounds) {
611 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) {
    [all...]

Completed in 82 milliseconds