Home
last modified time | relevance | path

Searched refs:SetStep (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_mock.cpp48 void VideoCaptureRangeAdapterImpl::SetStep(double step) in SetStep() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dvideo_capture_range_adapter_impl.cpp50 void VideoCaptureRangeAdapterImpl::SetStep(double step) in SetStep() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h39 void SetStep(double step);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videocapturerangeadapter_fuzzer/
H A Dvideocapturerangeadapter_fuzzer.cpp35 adapter.SetStep(1.0); in VideoCaptureRangeAdapterFuzzTest()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h201 void SetStep(uint32_t step) in SetStep() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp300 void SetStep(ArkUINodeHandle node, float value) in SetStep() function
304 SliderModelNG::SetStep(frameNode, value); in SetStep()
356 SliderModelNG::SetStep(frameNode, DEFAULT_STEP_VALUE); in ResetStep()
698 SliderModifier::SetStep, in GetSliderModifier()
775 SliderModifier::SetStep, in GetCJUISliderModifier()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h64 void SetStep(double step) in SetStep() function
/ohos5.0/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()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp137 abstractProgress_->SetStep(MEDIAN_VALUE);
/ohos5.0/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()
/ohos5.0/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.cpp505 SetStep(AceType::RawPtr(frameNode), DEFAULT_STEP); in CreateFrameNode()
551 void SliderModelNG::SetStep(FrameNode* frameNode, float value) in SetStep() function in OHOS::Ace::NG::SliderModelNG