Searched defs:VIEW_PARAMS_WEEK_START (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthView.java85 public static final String VIEW_PARAMS_WEEK_START = "week_start"; field in class:SimpleMonthView
355 if (params.containsKey(VIEW_PARAMS_WEEK_START)) {
356 mWeekStart = params.get(VIEW_PARAMS_WEEK_START);

Completed in 25 milliseconds