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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthView.java75 public static final String VIEW_PARAMS_YEAR = "year"; field in class:SimpleMonthView
325 if (!params.containsKey(VIEW_PARAMS_MONTH) && !params.containsKey(VIEW_PARAMS_YEAR)) {
342 mYear = params.get(VIEW_PARAMS_YEAR);
H A DSimpleMonthAdapter.java194 drawingParams.put(SimpleMonthView.VIEW_PARAMS_YEAR, year);

Completed in 19 milliseconds