Home
last modified time | relevance | path

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

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