Home
last modified time | relevance | path

Searched defs:animation (Results 76 – 100 of 183) sorted by relevance

12345678

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp364 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 Dscene_holder.h424 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 Drender_button.cpp665 …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 Drs_render_keyframe_animation_test.cpp222 RSRenderKeyframeAnimation animation; variable
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/
H A Danimation.json2 "animation": { object
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp523 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 Dselect_overlay_pattern.h165 void SetHasShowAnimation(bool animation) in SetHasShowAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp95 void ModelViewImpl::AddGLTFAnimation(const RefPtr<OHOS::Render3D::GLTFAnimation>& animation) in AddGLTFAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp321 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 Drs_animation_test.cpp264 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 Dselect_overlay_manager_test_ng.cpp1650 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 Drender_scroll_bar.cpp210 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 Dcj_animator_ffi.cpp88 RefPtr<Animation<double>> animation; in FfiAnimatorReset() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp219 auto animation = node->GetAnimationManager().GetAnimation(animationId_); in Process() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h191 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 Drs_keyframe_animation_test.cpp299 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 Drs_node_showing_command_test.cpp297 RSNodeGetAnimationsValueFraction animation(0); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4394 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 Dinteraction_impl.cpp102 const OHOS::Ace::PreviewAnimation& animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h55 bool animation = true; member
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Ddrag_manager_impl.cpp276 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp344 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 Dbase_text_select_overlay.h36 bool animation = false; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1919 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 Dmiscdevice_service.cpp271 bool MiscdeviceService::IsLightAnimationValid(const LightAnimationIPC &animation) in IsLightAnimationValid()
587 …deviceService::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()

12345678