Home
last modified time | relevance | path

Searched refs:SetStep (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h64 void SetStep(double step) in SetStep() function in OHOS::Ace::WatchSliderComponent
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h201 void SetStep(uint32_t step) in SetStep() function in OHOS::UIAbstractProgress
210 * @see SetStep
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp312 slider->SetStep(0); in UIKitTestDumpDom003()
357 boxProgress->SetStep(0); in UIKitTestDumpDom004()
478 circleProgress->SetStep(0); in UIKitTestDumpDom006()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp296 void SetStep(ArkUINodeHandle node, float value) in SetStep() function
300 SliderModelNG::SetStep(frameNode, value); in SetStep()
352 SliderModelNG::SetStep(frameNode, DEFAULT_STEP_VALUE); in ResetStep()
694 SliderModifier::SetStep, in GetSliderModifier()
771 SliderModifier::SetStep, in GetCJUISliderModifier()
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp333 boxProgress_->SetStep(step); in OnClick()
349 boxProgress_->SetStep(step); in OnClick()
H A Dui_test_circle_progress.cpp380 circleProgress_->SetStep(step); in OnClick()
399 circleProgress_->SetStep(step); in OnClick()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp127 * @tc.desc: Verify SetStep function, equal.
137 abstractProgress_->SetStep(MEDIAN_VALUE); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp442 slider_->SetStep(g_step); in OnClick()
457 slider_->SetStep(g_step); in OnClick()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.h125 static void SetStep(FrameNode* frameNode, float value);
H A Dslider_model_ng.cpp503 SetStep(AceType::RawPtr(frameNode), DEFAULT_STEP); in CreateFrameNode()
549 void SliderModelNG::SetStep(FrameNode* frameNode, float value) in SetStep() function in OHOS::Ace::NG::SliderModelNG

Completed in 8 milliseconds