/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_playback.cpp | 39 : 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 D | animation_playback.h | 68 CORE_NS::Entity animation_; member in final
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_animation.cpp | 22 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 D | picker_animation.h | 70 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::PickerAnimation
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 48 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 D | staggered_animation_state.h | 41 IAnimation::Ptr animation_; // Animation in the segment member
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_animation_controller.cpp | 59 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 D | side_bar_animation_controller.h | 63 RefPtr<CurveAnimation<double>> animation_;
member in OHOS::Ace::SideBarAnimation
|
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | render_data_panel.cpp | 149 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 D | render_data_panel.h | 156 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 D | stepper_animation_controller.cpp | 92 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 D | stepper_animation_controller.h | 61 RefPtr<CurveAnimation<double>> animation_; member in OHOS::Ace::StepperAnimation
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 57 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 D | marquee_pattern.h | 132 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::OHOS::Ace::NG::MarqueePattern
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_presentation_test_ng.cpp | 116 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 D | refresh_pattern.cpp | 836 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 D | refresh_pattern.h | 172 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::RefreshPattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.h | 373 animation_.reset(); in CleanAnimation() 398 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TitleBarPattern
|
H A D | title_bar_pattern.cpp | 887 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 D | datepicker_column_pattern.h | 373 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 D | timepicker_column_pattern.h | 416 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TimePickerColumnPattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.cpp | 487 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 D | sheet_presentation_pattern.h | 770 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 D | textpicker_column_pattern.cpp | 1036 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 D | textpicker_column_pattern.h | 471 std::shared_ptr<AnimationUtils::Animation> animation_; member in OHOS::Ace::NG::TextPickerColumnPattern
|