Home
last modified time | relevance | path

Searched refs:rotationController_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h33 WatchSliderComponent() : rotationController_(AceType::MakeRefPtr<RotationController>()) {} in WatchSliderComponent()
151 return rotationController_; in GetRotationController()
178 RefPtr<RotationController> rotationController_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h144 return rotationController_; in GetRotationController()
244 RefPtr<RotationController> rotationController_; variable
H A Dslider_component.cpp24 rotationController_(AceType::MakeRefPtr<RotationController>()) in SliderComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h57 PickerBaseComponent() : rotationController_(AceType::MakeRefPtr<RotationController>()) {} in PickerBaseComponent()
363 return rotationController_; in GetRotationController()
479 RefPtr<RotationController> rotationController_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h411 return rotationController_; in GetRotationController()
551 RefPtr<RotationController> rotationController_ = AceType::MakeRefPtr<RotationController>();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h367 return rotationController_; in GetRotationController()
419 RefPtr<RotationController> rotationController_; variable
H A Dswiper_declaration.cpp35 rotationController_ = AceType::MakeRefPtr<RotationController>(); in SwiperDeclaration()