Home
last modified time | relevance | path

Searched refs:SideBarAnimationController (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_animation_controller.cpp28 void UpdateSideBarPosition(const WeakPtr<SideBarAnimationController>& weak, double value) in UpdateSideBarPosition()
83 void SideBarAnimationController::StopAnimation() in StopAnimation()
89 void SideBarAnimationController::PlaySideBarContainerToAnimation(SideStatus status) in PlaySideBarContainerToAnimation()
132 void SideBarAnimationController::CreateAnimation() in CreateAnimation()
149 void SideBarAnimationController::PlayRightToLeftAnimation() in PlayRightToLeftAnimation()
156 void SideBarAnimationController::StopRightToLeftAnimation() in StopRightToLeftAnimation()
163 void SideBarAnimationController::PlayLeftToRightAnimation() in PlayLeftToRightAnimation()
170 void SideBarAnimationController::StopLeftToRightAnimation() in StopLeftToRightAnimation()
H A Dside_bar_animation_controller.h67 class SideBarAnimationController : public AceType {
68 DECLARE_ACE_TYPE(SideBarAnimationController, AceType);
71 …explicit SideBarAnimationController(const WeakPtr<PipelineContext>& context) : context_(context) {} in SideBarAnimationController() function
72 ~SideBarAnimationController() override = default;
H A Drender_side_bar_container.h142 RefPtr<SideBarAnimationController> animationController_;
H A Drender_side_bar_container.cpp187 animationController_ = AceType::MakeRefPtr<SideBarAnimationController>(GetContext()); in InitializeDragAndAnimation()