Searched refs:SideBarAnimationController (Results 1 – 4 of 4) sorted by relevance
28 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()
67 class SideBarAnimationController : public AceType {68 DECLARE_ACE_TYPE(SideBarAnimationController, AceType);71 …explicit SideBarAnimationController(const WeakPtr<PipelineContext>& context) : context_(context) {} in SideBarAnimationController() function72 ~SideBarAnimationController() override = default;
142 RefPtr<SideBarAnimationController> animationController_;
187 animationController_ = AceType::MakeRefPtr<SideBarAnimationController>(GetContext()); in InitializeDragAndAnimation()