Searched defs:DEFAULT_WEEK_START (Results 1 – 2 of 2) sorted by relevance
94 protected static final int DEFAULT_WEEK_START = Time.SUNDAY; field in SimpleWeekView
83 public static final int DEFAULT_WEEK_START = Calendar.getInstance().getFirstDayOfWeek(); field in Utils