Searched refs:VIEW_PARAMS_HEIGHT (Results 1 – 3 of 3) sorted by relevance
60 public static final String VIEW_PARAMS_HEIGHT = "height"; field in SimpleWeekView219 if (params.containsKey(VIEW_PARAMS_HEIGHT)) { in setWeekParams()220 mHeight = params.get(VIEW_PARAMS_HEIGHT); in setWeekParams()
233 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT, in getView()
235 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT, in getView()