Home
last modified time | relevance | path

Searched refs:VIEW_PARAMS_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleWeekView.java60 public static final String VIEW_PARAMS_HEIGHT = "height"; field in SimpleWeekView
219 if (params.containsKey(VIEW_PARAMS_HEIGHT)) { in setWeekParams()
220 mHeight = params.get(VIEW_PARAMS_HEIGHT); in setWeekParams()
DSimpleWeeksAdapter.java233 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT, in getView()
DMonthByWeekAdapter.java234 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT, in getView()