Home
last modified time | relevance | path

Searched refs:getBoundsForDate (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarViewMaterialDelegate
115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds); in getBoundsForDate()
DCalendarView.java577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarView
578 return mDelegate.getBoundsForDate(date, outBounds); in getBoundsForDate()
642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate() method
DDayPickerView.java322 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) {
329 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate() method in DayPickerPagerAdapter
DCalendarViewLegacyDelegate.java603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarViewLegacyDelegate
609 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) { in getBoundsForDate()
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate() method in CalendarViewLegacyDelegate.WeekView
/frameworks/base/core/tests/coretests/src/android/widget/
DPointerIconTest.java224 calendarView.getBoundsForDate(time, bounds); in assertPointerIconForCalendarView()
/frameworks/base/core/api/
Dtest-current.txt4064 method public boolean getBoundsForDate(long, android.graphics.Rect);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65807 Landroid/widget/CalendarView$CalendarViewDelegate;->getBoundsForDate(JLandroid/graphics/Rect;)Z