diff options
Diffstat (limited to 'core/java/android/widget/SimpleMonthView.java')
| -rw-r--r-- | core/java/android/widget/SimpleMonthView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/SimpleMonthView.java b/core/java/android/widget/SimpleMonthView.java index ee716df58548..702b6f9eb67a 100644 --- a/core/java/android/widget/SimpleMonthView.java +++ b/core/java/android/widget/SimpleMonthView.java @@ -1009,7 +1009,7 @@ class SimpleMonthView extends View { * @param id the day of the month * @param outBounds the rect to populate with bounds */ - private boolean getBoundsForDay(int id, Rect outBounds) { + public boolean getBoundsForDay(int id, Rect outBounds) { if (!isValidDayOfMonth(id)) { return false; } |
