HomeSort by relevance Sort by last modified time
    Searched defs:VIEW_PARAMS_HEIGHT (Results 1 - 2 of 2) 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);
  /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 157 milliseconds