Home
last modified time | relevance | path

Searched refs:watchSliderChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_slider.cpp26 watchSliderChild_ = AceType::MakeRefPtr<WatchSliderComponent>(); in DOMSlider()
31 paddingChild_->SetChild(watchSliderChild_); in DOMSlider()
53 ? watchSliderChild_->GetRotationController() in CallSpecializedMethod()
139 watchSliderChild_->SetOnMoveEndEventId(onMoveEndEventId_); in AddSpecializedEvent()
161 watchSliderChild_->SetMinValue(min_); in PrepareSpecializedComponent()
162 watchSliderChild_->SetMaxValue(max_); in PrepareSpecializedComponent()
163 watchSliderChild_->SetValue(val_); in PrepareSpecializedComponent()
164 watchSliderChild_->SetMaxIconUrl(maxIconUrl_); in PrepareSpecializedComponent()
165 watchSliderChild_->SetMinIconUrl(minIconUrl_); in PrepareSpecializedComponent()
166 watchSliderChild_ in PrepareSpecializedComponent()
[all...]
H A Ddom_slider.h55 RefPtr<WatchSliderComponent> watchSliderChild_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds