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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java66 public static final String VIEW_PARAMS_HEIGHT = "height"; field in class:MonthView
336 * {@link #VIEW_PARAMS_HEIGHT} for more info on parameters.
339 * {@link #VIEW_PARAMS_HEIGHT}
347 if (params.containsKey(VIEW_PARAMS_HEIGHT)) {
348 mRowHeight = params.get(VIEW_PARAMS_HEIGHT);

Completed in 6 milliseconds