Home
last modified time | relevance | path

Searched refs:ONE_MINUTE_IN_SECOND (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_clock.cpp23 currentSecond_ = second % ONE_MINUTE_IN_SECOND; in SetTime24Hour()
35 currentMinute_ += currentSecond_ / ONE_MINUTE_IN_SECOND; in IncOneSecond()
36 currentSecond_ = currentSecond_ % ONE_MINUTE_IN_SECOND; in IncOneSecond()
H A Dui_analog_clock.cpp143 currentSecond_ = second % ONE_MINUTE_IN_SECOND; in SetInitTime24Hour()
150 ConvertHandValueToAngle(currentMinute_, ONE_HOUR_IN_MINUTE, currentSecond_, ONE_MINUTE_IN_SECOND); in SetInitTime24Hour()
154 secondHand_.initAngle_ = ConvertHandValueToAngle(currentSecond_, ONE_MINUTE_IN_SECOND); in SetInitTime24Hour()
205 ConvertHandValueToAngle(currentMinute_, ONE_HOUR_IN_MINUTE, currentSecond_, ONE_MINUTE_IN_SECOND); in UpdateClock()
206 secondHand_.nextAngle_ = ConvertHandValueToAngle(currentSecond_, ONE_MINUTE_IN_SECOND); in UpdateClock()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_clock.h53 static constexpr uint8_t ONE_MINUTE_IN_SECOND = 60; member in OHOS::UIAbstractClock

Completed in 2 milliseconds