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/
MonthView.java 66 public static final String VIEW_PARAMS_HEIGHT = "height";
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 626 milliseconds