/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 364 void EcsAnimation::AddAnimation(const IAnimation::Ptr& animation) in AddAnimation() 370 void EcsAnimation::RemoveAnimation(const IAnimation::Ptr& animation) in RemoveAnimation() 1085 if (auto animation = animationManager_->Write(entity_); animation) { in Start() local 1103 if (auto animation = animationManager_->Write(entity_); animation) { in Stop() local 1114 if (auto animation = animationManager_->Write(entity_); animation) { in Pause() local
|
H A D | scene_holder.h | 424 if (auto animation = animations_.find(entity.id); animation != animations_.cend()) { in GetAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 665 …auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(progressPercent_, previousValue_, Cur… in UpdateProgressAnimation() local 763 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(start, end, Curves::FRICTION); in PlayAnimation() local 806 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in PlayClickScaleAnimation() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 222 RSRenderKeyframeAnimation animation; variable
|
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/ |
H A D | animation.json | 2 "animation": { object
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_implicit_animator.cpp | 523 std::shared_ptr<RSAnimation> animation; in CreateImplicitAnimation() local 668 std::shared_ptr<RSAnimation> animation; in CreateImplicitAnimationWithInitialVelocity() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.h | 165 void SetHasShowAnimation(bool animation) in SetHasShowAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | model_view_impl.cpp | 95 void ModelViewImpl::AddGLTFAnimation(const RefPtr<OHOS::Render3D::GLTFAnimation>& animation) in AddGLTFAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.cpp | 321 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in FadingOut() local 342 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in Stretching() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_test.cpp | 264 auto animation = std::make_shared<RSRenderAnimation>(); in HWTEST_F() local 277 auto animation = std::make_shared<RSRenderAnimation>(); in HWTEST_F() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 1650 bool animation = true; variable 1750 bool animation = true; variable 1766 bool animation = true; variable 1800 bool animation = true; variable 1852 bool animation = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | render_scroll_bar.cpp | 210 auto animation = AceType::MakeRefPtr<KeyframeAnimation<int32_t>>(); in InitAnimator() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator_ffi.cpp | 88 RefPtr<Animation<double>> animation; in FfiAnimatorReset() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_showing_command.cpp | 219 auto animation = node->GetAnimationManager().GetAnimation(animationId_); in Process() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_component.h | 191 void AddGLTFAnimation(const RefPtr<OHOS::Render3D::GLTFAnimation>& animation) in AddGLTFAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_keyframe_animation_test.cpp | 299 auto animation = std::static_pointer_cast<RSKeyframeAnimation>(animations[FIRST_ANIMATION]); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 297 RSNodeGetAnimationsValueFraction animation(0); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4394 auto animation = std::make_shared<RSTransition>(RSTransitionEffect::OPACITY, true); variable 4809 std::shared_ptr<RSAnimation> animation = nullptr; variable 4835 std::shared_ptr<RSAnimation> animation = std::make_shared<RSAnimation>(); variable 4849 auto animation = std::make_shared<RSAnimation>(); variable 4877 auto animation = std::make_shared<RSAnimation>(); variable 4930 std::shared_ptr<RSAnimation> animation = nullptr; variable 4966 auto animation = std::make_shared<RSAnimation>(); variable 4981 std::shared_ptr<RSAnimation> animation = nullptr; variable 5051 auto animation = std::make_shared<RSAnimation>(); variable 6185 auto animation = std::make_shared<RSAnimation>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 102 const OHOS::Ace::PreviewAnimation& animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_client.h | 55 bool animation = true; member
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | drag_manager_impl.cpp | 276 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 344 RefPtr<Animation<double>> animation; in ParseAnimatorAnimation() local 383 RefPtr<Animation<double>> animation = ParseAnimatorAnimation(option); in RegisterAnimatorOnFrameEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.h | 36 bool animation = false; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1919 auto animation = std::make_shared<RSRenderAnimation>(); variable 1939 auto animation = std::make_shared<RSRenderAnimation>(id); variable 1958 auto animation = std::make_shared<RSRenderAnimation>(); variable 1979 auto animation = std::make_shared<RSRenderAnimation>(id); variable
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_service.cpp | 271 bool MiscdeviceService::IsLightAnimationValid(const LightAnimationIPC &animation) in IsLightAnimationValid() 587 …deviceService::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
|