Home
last modified time | relevance | path

Searched refs:SetRollSpeed (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dmarquee_component.cpp38 SetRollSpeed(); in CreateNativeViews()
70 SetRollSpeed(); in SetScrollamount()
81 SetRollSpeed(); in SetScrolldelay()
84 void MarqueeComponent::SetRollSpeed() in SetRollSpeed() function in OHOS::ACELite::MarqueeComponent
94 uiLabel->SetRollSpeed(rollSpeed); in SetRollSpeed()
96 uiLabel->SetRollSpeed(scrollamount_); in SetRollSpeed()
H A Dmarquee_component.h37 void SetRollSpeed();
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp71 void SetRollSpeed(uint16_t speed) in SetRollSpeed() function in OHOS::ArcLabelAnimator
440 animator->SetRollSpeed(animator_.speed); in Start()
473 void UIArcLabel::SetRollSpeed(const uint16_t speed) in SetRollSpeed() function in OHOS::UIArcLabel
476 static_cast<ArcLabelAnimator*>(animator_.animator)->SetRollSpeed(speed); in SetRollSpeed()
H A Dui_label.cpp408 void UILabel::SetRollSpeed(uint16_t speed) in SetRollSpeed() function in OHOS::UILabel
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_arc_label.h389 void SetRollSpeed(const uint16_t speed);
H A Dui_label.h359 void SetRollSpeed(uint16_t speed);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_label_unit_test.cpp317 label_->SetRollSpeed(RollSpeed);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp154 label->SetRollSpeed(ANIMATOR_SPEED); in OnClick()