Home
last modified time | relevance | path

Searched refs:ConvertHandValueToAngle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp145 …hourHand_.initAngle_ = ConvertHandValueToAngle(currentHour_, HALF_DAY_IN_HOUR, currentMinute_, ONE… in SetInitTime24Hour()
150ConvertHandValueToAngle(currentMinute_, ONE_HOUR_IN_MINUTE, currentSecond_, ONE_MINUTE_IN_SECOND); in SetInitTime24Hour()
154 secondHand_.initAngle_ = ConvertHandValueToAngle(currentSecond_, ONE_MINUTE_IN_SECOND); in SetInitTime24Hour()
167 uint16_t UIAnalogClock::ConvertHandValueToAngle(uint8_t handValue, in ConvertHandValueToAngle() function in OHOS::UIAnalogClock
187 uint16_t UIAnalogClock::ConvertHandValueToAngle(uint8_t handValue, uint8_t range) const in ConvertHandValueToAngle() function in OHOS::UIAnalogClock
203 …hourHand_.nextAngle_ = ConvertHandValueToAngle(currentHour_, HALF_DAY_IN_HOUR, currentMinute_, ONE… in UpdateClock()
205ConvertHandValueToAngle(currentMinute_, ONE_HOUR_IN_MINUTE, currentSecond_, ONE_MINUTE_IN_SECOND); in UpdateClock()
206 secondHand_.nextAngle_ = ConvertHandValueToAngle(currentSecond_, ONE_MINUTE_IN_SECOND); in UpdateClock()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_analog_clock.h357 …uint16_t ConvertHandValueToAngle(uint8_t handValue, uint8_t range, uint8_t secondHandValue, uint8_…
358 uint16_t ConvertHandValueToAngle(uint8_t handValue, uint8_t range) const;