HomeSort by relevance Sort by last modified time
    Searched refs:VIEW_PARAMS_HEIGHT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 60 public static final String VIEW_PARAMS_HEIGHT = "height";
206 * {@link #VIEW_PARAMS_HEIGHT} for more info on parameters.
209 * {@link #VIEW_PARAMS_HEIGHT}
219 if (params.containsKey(VIEW_PARAMS_HEIGHT)) {
220 mHeight = params.get(VIEW_PARAMS_HEIGHT);
SimpleWeeksAdapter.java 233 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT,
MonthByWeekAdapter.java 235 drawingParams.put(SimpleWeekView.VIEW_PARAMS_HEIGHT,
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 65 public static final String VIEW_PARAMS_HEIGHT = "height";
319 * {@link #VIEW_PARAMS_HEIGHT} for more info on parameters.
322 * {@link #VIEW_PARAMS_HEIGHT}
330 if (params.containsKey(VIEW_PARAMS_HEIGHT)) {
331 mRowHeight = params.get(VIEW_PARAMS_HEIGHT);

Completed in 43 milliseconds