Home
last modified time | relevance | path

Searched refs:sliderValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/slider/third/
H A Dindex.js19 sliderValue: 150,
26 this.sliderValue = "slider clicked";
35 this.sliderValue = value.progress;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.h281 int16_t sliderValue = slider->GetValue(); in OnRewindToComplete() local
285 video_->CallJSFunctionWithOnePara(playSeekedFunc_, sliderValue); in OnRewindToComplete()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md901 @State sliderValue: number = 0
912 value: this.sliderValue,
919 this.sliderValue = value
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.cpp581 auto sliderValue = std::clamp(paintProperty->GetValueValue(fromValue), fromValue, toValue); in SetValidSlideRange() local
584 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Value, sliderValue, frameNode); in SetValidSlideRange()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md901 @State sliderValue: number = 0
912 value: this.sliderValue,
919 this.sliderValue = value