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

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java62 public static final String VIEW_PARAMS_ORIENTATION = "orientation"; field in class:MonthWeekEventsView
493 if (params.containsKey(VIEW_PARAMS_ORIENTATION)) {
494 mOrientation = params.get(VIEW_PARAMS_ORIENTATION);

Completed in 119 milliseconds