Home
last modified time | relevance | path

Searched refs:getBoundsForDay (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java559 getBoundsForDay(mHighlightedDay, r); in getFocusedRect()
979 public boolean getBoundsForDay(int id, Rect outBounds) { in getBoundsForDay() method in SimpleMonthView
1081 final boolean hasBounds = getBoundsForDay(virtualViewId, mTempRect); in onPopulateNodeForVirtualView()
DDayPickerPagerAdapter.java118 return monthView.calendar.getBoundsForDay(dayOfMonth, outBounds); in getBoundsForDate()