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

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

Completed in 71 milliseconds