Home
last modified time | relevance | path

Searched refs:animation_ (Results 1 - 25 of 33) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_playback.cpp39 : animation_(animationEntity), ecs_(ecs), animationManager_(GetManager<IAnimationComponentManager>(ecs)), in AnimationPlayback()
47 if (auto animHandle = animMgr->Write(animation_); animHandle) { in ~AnimationPlayback()
56 if (const auto nameData = nameManager_->Read(animation_); nameData) { in GetName()
64 if (auto handle = animationManager_->Write(animation_); handle) { in SetPlaybackState()
71 if (auto handle = animationManager_->Read(animation_); handle) { in GetPlaybackState()
79 if (auto handle = animationManager_->Write(animation_); handle) { in SetRepeatCount()
86 if (auto handle = animationManager_->Read(animation_); handle) { in GetRepeatCount()
94 if (auto handle = animationManager_->Write(animation_); handle) { in SetWeight()
101 if (auto handle = animationManager_->Read(animation_); handle) { in GetWeight()
109 if (auto handle = animationStateManager_->Read(animation_); handl in GetTimePosition()
[all...]
H A Danimation_playback.h68 CORE_NS::Entity animation_; member in final
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation.cpp22 animation_ = AceType::MakeRefPtr<CurveAnimation<double>>(start_, end_, curve_); in Init()
23 animation_->AddListener(Animation<double>::ValueCallback(callback_)); in Init()
31 if (!controller_ || !animation_) { in Play()
36 controller_->AddInterpolator(animation_); in Play()
H A Dpicker_animation.h70 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::PickerAnimation
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp48 if (child.animation_) { in Uninitialize()
54 controller->AddAnimation(child.animation_); in Uninitialize()
87 if (child.animation_ == animation) { in ChildAdded()
105 if (it->animation_ == animation) { in ChildRemoved()
121 SetValue(item->animation_->Controller(), segment.controller_.lock()); in RemoveChild()
163 auto& animation = child.animation_; in IsValid()
221 const auto& animation = segment.animation_; in GetAnimationBaseDuration()
238 const auto duration = segment.animation_ ? GetValue(segment.animation_->TotalDuration()) : TimeSpan::Zero(); in ChildrenChanged()
251 if (const auto internal = interface_cast<IAnimationInternal>(segment.animation_)) { in Evaluate()
[all...]
H A Dstaggered_animation_state.h41 IAnimation::Ptr animation_; // Animation in the segment member
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_animation_controller.cpp59 animation_ = AceType::MakeRefPtr<CurveAnimation<double>>(start_, end_, curve_); in SideBarAnimation()
60 animation_->AddListener(Animation<double>::ValueCallback(callback_)); in SideBarAnimation()
68 if (!controller_ || !animation_) { in Play()
72 controller_->AddInterpolator(animation_); in Play()
H A Dside_bar_animation_controller.h63 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::SideBarAnimation
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp149 animation_ = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 2.0, Curves::LINEAR); in Update()
150 animation_->AddListener([weak = WeakClaim(this)](const double& value) { in Update()
168 animation_ = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 1.5, Curves::LINEAR); in Update()
169 animation_->AddListener([weak = WeakClaim(this)](const double& value) { in Update()
202 animator_->AddInterpolator(animation_); in PrepareAnimation()
H A Drender_data_panel.h156 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::RenderProgressDataPanel
225 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::RenderPercentageDataPanel
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.cpp92 animation_ = AceType::MakeRefPtr<CurveAnimation<double>>(start_, end_, curve_); in StepperAnimation()
93 animation_->AddListener(Animation<double>::ValueCallback(callback_)); in StepperAnimation()
101 if (!controller_ || !animation_) { in Play()
105 controller_->AddInterpolator(animation_); in Play()
H A Dstepper_animation_controller.h61 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::StepperAnimation
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp57 CHECK_NULL_VOID(animation_); in ~MarqueePattern()
58 AnimationUtils::StopAnimation(animation_); in ~MarqueePattern()
222 animation_ = AnimationUtils::StartAnimation( in ActionAnimation()
278 animation_ = nullptr; in StopMarqueeAnimation()
422 if (!animation_) { in ChangeAnimationPlayStatus()
699 CHECK_NULL_VOID(animation_); in PauseAnimation()
701 AnimationUtils::PauseAnimation(animation_); in PauseAnimation()
706 CHECK_NULL_VOID(animation_); in ResumeAnimation()
708 AnimationUtils::ResumeAnimation(animation_); in ResumeAnimation()
H A Dmarquee_pattern.h132 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::OHOS::Ace::NG::MarqueePattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_presentation_test_ng.cpp116 sheetPattern->animation_ = nullptr; in HWTEST_F()
117 EXPECT_EQ(sheetPattern->animation_, nullptr); in HWTEST_F()
121 sheetPattern->animation_ = AnimationUtils::StartAnimation(option, []() {}, []() {}); in HWTEST_F()
123 EXPECT_NE(sheetPattern->animation_, nullptr); in HWTEST_F()
396 sheetPattern->animation_ = nullptr; in HWTEST_F()
397 EXPECT_EQ(sheetPattern->animation_, nullptr); in HWTEST_F()
400 sheetPattern->animation_ = AnimationUtils::StartAnimation(AnimationOption(), []() {}, []() {}); in HWTEST_F()
402 EXPECT_NE(sheetPattern->animation_, nullptr); in HWTEST_F()
407 EXPECT_NE(sheetPattern->animation_, nullptr); in HWTEST_F()
425 sheetPattern->animation_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp836 animation_ = AnimationUtils::StartAnimation( in SpeedTriggerAnimation()
890 animation_ = AnimationUtils::StartAnimation( in QuickFirstChildAppear()
900 animation_ = AnimationUtils::StartAnimation( in QuickFirstChildDisappear()
921 AnimationUtils::StopAnimation(animation_); in ResetAnimation()
1033 animation_ = AnimationUtils::StartAnimation( in LoadingProgressRefreshingAnimation()
1043 animation_ = AnimationUtils::StartAnimation( in LoadingProgressExit()
1083 animation_ = AnimationUtils::StartAnimation( in CustomBuilderRefreshingAnimation()
1093 animation_ = AnimationUtils::StartAnimation(option, [&]() { lowVersionOffset_->Set(0.0f); }); in CustomBuilderExit()
H A Drefresh_pattern.h172 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::RefreshPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.h373 animation_.reset(); in CleanAnimation()
398 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TitleBarPattern
H A Dtitle_bar_pattern.cpp887 animation_ = AnimationUtils::StartAnimation( in AnimateTo()
1159 if (animation_) { in OnCoordScrollStart()
1160 AnimationUtils::StopAnimation(animation_); in OnCoordScrollStart()
1161 animation_.reset(); in OnCoordScrollStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h373 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::DatePickerColumnPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h416 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TimePickerColumnPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp487 if (animation_ && isAnimationProcess_) { in HandleDragStart()
488 AnimationUtils::StopAnimation(animation_); in HandleDragStart()
649 if (animation_ && isAnimationProcess_) { in OnCoordScrollStart()
650 AnimationUtils::StopAnimation(animation_); in OnCoordScrollStart()
885 animation_ = AnimationUtils::StartAnimation( in ModifyFireSheetTransition()
1774 animation_ = AnimationUtils::StartAnimation( in GetSheetTypeWithAuto()
1787 animation_ = AnimationUtils::StartAnimation( in GetSheetTypeWithAuto()
2304 if (animation_ && isAnimationProcess_) { in GetSheetTypeWithAuto()
2305 AnimationUtils::StopAnimation(animation_); in GetSheetTypeWithAuto()
H A Dsheet_presentation_pattern.h770 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::SheetPresentationPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1036 if (animation_) { in HandleDragStart()
1037 AnimationUtils::StopAnimation(animation_); in HandleDragStart()
1650 if (animation_) { in OnAroundButtonClick()
1651 AnimationUtils::StopAnimation(animation_); in OnAroundButtonClick()
1668 animation_ = AnimationUtils::StartAnimation(option, [weak = AceType::WeakClaim(this), step, distance]() { in OnAroundButtonClick()
H A Dtextpicker_column_pattern.h471 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TextPickerColumnPattern

Completed in 26 milliseconds

12