Searched refs:getBoundsForDate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { method in class:CalendarViewMaterialDelegate
115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds);
H A DCalendarView.java559 public boolean getBoundsForDate(long date, Rect outBounds) { method in class:CalendarView
560 return mDelegate.getBoundsForDate(date, outBounds);
624 boolean getBoundsForDate(long date, Rect outBounds); method in interface:CalendarView.CalendarViewDelegate
H A DDayPickerView.java324 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) { method in class:DayPickerView
331 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
H A DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { method in class:DayPickerPagerAdapter
H A DCalendarViewLegacyDelegate.java605 public boolean getBoundsForDate(long date, Rect outBounds) { method in class:CalendarViewLegacyDelegate
611 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) {
1375 public boolean getBoundsForDate(Calendar date, Rect outBounds) { method in class:CalendarViewLegacyDelegate.WeekView

Completed in 56 milliseconds