Searched refs:DAYS_PER_WEEK (Results 1 – 4 of 4) sorted by relevance
27 constexpr int32_t DAYS_PER_WEEK = 7; variable221 focusRow_ = focusedIndex / DAYS_PER_WEEK; in OnStatusChanged()222 focusCol_ = focusedIndex % DAYS_PER_WEEK; in OnStatusChanged()371 auto maxWidth = dayWidth_ * DAYS_PER_WEEK + colSpace_ * 6; in JudgeArea()385 x = DAYS_PER_WEEK - x - 1; in JudgeArea()
421 static const int32_t DAYS_PER_WEEK = 7; in FillPreMonthData() local427 … : currentWeekDay - startDayOfWeek_ + DAYS_PER_WEEK; in FillPreMonthData()
79 const uint8_t ReminderRequest::DAYS_PER_WEEK = 7; member in OHOS::Notification::ReminderRequest1814 for (; dayCount <= DAYS_PER_WEEK; dayCount++) { in GetNextDaysOfWeek()1815 int32_t day = (today + dayCount) % DAYS_PER_WEEK; in GetNextDaysOfWeek()1856 if (daysOfWeek.size() > DAYS_PER_WEEK) { in SetRepeatDaysOfWeek()
959 static const uint8_t DAYS_PER_WEEK; variable