Home
last modified time | relevance | path

Searched defs:getBoundsForDate (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarViewMaterialDelegate
H A DCalendarView.java577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarView
642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate() method
H A DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate() method in DayPickerPagerAdapter
H A DCalendarViewLegacyDelegate.java603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarViewLegacyDelegate
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate() method in CalendarViewLegacyDelegate.WeekView