Home
last modified time | relevance | path

Searched refs:GetRotationController (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp230 const RefPtr<RotationController>& SwiperComponent::GetRotationController() const in GetRotationController() function in OHOS::Ace::SwiperComponent
232 return declaration_->GetRotationController(); in GetRotationController()
H A Dswiper_component.h119 const RefPtr<RotationController>& GetRotationController() const;
H A Drender_swiper.cpp189 const auto& rotationController = swiper->GetRotationController(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_slider.cpp53 ? watchSliderChild_->GetRotationController() in CallSpecializedMethod()
54 : sliderChild_->GetRotationController(); in CallSpecializedMethod()
H A Ddom_list.cpp676 auto controller = listComponent_->GetRotationController(); in CallSpecializedMethod()
H A Ddom_picker_base.cpp452 auto controller = basePickerChild_->GetRotationController(); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h149 const RefPtr<RotationController>& GetRotationController() const in GetRotationController() function
H A Drender_watch_slider.cpp130 const auto& rotationController = sliderComponent->GetRotationController(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h142 const RefPtr<RotationController>& GetRotationController() const in GetRotationController() function
H A Drender_slider.cpp104 const auto& rotationController = slider->GetRotationController(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h409 const RefPtr<RotationController>& GetRotationController() const in GetRotationController() function
H A Drender_list.cpp89 const auto& rotationController = list->GetRotationController(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp238 auto controller = GetRotationController(); in CallSpecializedMethod()
H A Dswiper_declaration.h365 const RefPtr<RotationController>& GetRotationController() const in GetRotationController() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h361 const RefPtr<RotationController>& GetRotationController() const in GetRotationController() function
H A Drender_picker_base.cpp155 const auto& rotationController = picker->GetRotationController(); in Update()