Searched refs:MINUTE_HAND (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_analog_clock.cpp | 37 } else if (type == HandType::MINUTE_HAND) { in SetHandImage() 77 } else if (type == HandType::MINUTE_HAND) { in SetHandLine() 99 } else if (type == HandType::MINUTE_HAND) { in GetHandRotateCenter() 110 } else if (type == HandType::MINUTE_HAND) { in GetHandPosition() 121 } else if (type == HandType::MINUTE_HAND) { in GetHandInitAngle() 132 } else if (type == HandType::MINUTE_HAND) { in GetHandCurrentAngle()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | analog_clock_component.cpp | 142 clockView_->SetHandImage(UIAnalogClock::HandType::MINUTE_HAND, in SetImageHand() 172 clockView_->SetHandLine(UIAnalogClock::HandType::MINUTE_HAND, {posX, posY}, in SetRectHand()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_analog_clock.h | 74 MINUTE_HAND, member in OHOS::UIAnalogClock::HandType
|
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
H A D | ui_test_analog_clock.cpp | 196 clock1->SetHandLine(UIAnalogClock::HandType::MINUTE_HAND, {202, 25}, {25, 201}, Color::Green(), 3, 201, 255); in UIKitTestLineHandAnalogClock001() 305 clock2->SetHandImage(UIAnalogClock::HandType::MINUTE_HAND, *image2, {202, 15}, {25, 211}); in UIKitTestImageHandAnalogClock002()
|
Completed in 3 milliseconds