Searched refs:DEFAULT_NUM_DAYS (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java60 private static final int DEFAULT_NUM_DAYS = 7; field in class:SimpleMonthView
115 private int mNumDays = DEFAULT_NUM_DAYS;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java106 protected static final int DEFAULT_NUM_DAYS = 7; field in class:MonthView
164 protected int mNumDays = DEFAULT_NUM_DAYS;

Completed in 118 milliseconds