Home
last modified time | relevance | path

Searched refs:nextAngle_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp47 hand->nextAngle_ = 0; in SetHandImage()
91 hand->nextAngle_ = 0; in SetHandLine()
131 return hourHand_.nextAngle_; in GetHandCurrentAngle()
133 return minuteHand_.nextAngle_; in GetHandCurrentAngle()
135 return secondHand_.nextAngle_; in GetHandCurrentAngle()
147 hourHand_.nextAngle_ = hourHand_.initAngle_; in SetInitTime24Hour()
152 minuteHand_.nextAngle_ = minuteHand_.initAngle_; in SetInitTime24Hour()
156 secondHand_.nextAngle_ = secondHand_.initAngle_; in SetInitTime24Hour()
203 hourHand_.nextAngle_ = ConvertHandValueToAngle(currentHour_, HALF_DAY_IN_HOUR, currentMinute_, ONE_HOUR_IN_MINUTE); in UpdateClock()
204 minuteHand_.nextAngle_ in UpdateClock()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_analog_clock.h107 nextAngle_(0),
145 uint16_t nextAngle_; member in OHOS::UIAnalogClock::Hand

Completed in 2 milliseconds