Searched refs:getBoundsForDate (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | CalendarViewMaterialDelegate.java | 114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() method in CalendarViewMaterialDelegate 115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds); in getBoundsForDate()
|
D | CalendarView.java | 577 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
|
D | DayPickerView.java | 322 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) { 329 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
|
D | DayPickerPagerAdapter.java | 111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate() method in DayPickerPagerAdapter
|
D | CalendarViewLegacyDelegate.java | 603 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/ |
D | PointerIconTest.java | 224 calendarView.getBoundsForDate(time, bounds); in assertPointerIconForCalendarView()
|
/frameworks/base/core/api/ |
D | test-current.txt | 4064 method public boolean getBoundsForDate(long, android.graphics.Rect);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 65807 Landroid/widget/CalendarView$CalendarViewDelegate;->getBoundsForDate(JLandroid/graphics/Rect;)Z
|