Home
last modified time | relevance | path

Searched defs:animation (Results 101 – 125 of 183) sorted by relevance

12345678

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1147 bool RSUifirstManager::IsArkTsCardCache(RSSurfaceRenderNode& node, bool animation) // maybe canvas … in IsArkTsCardCache()
1173 bool RSUifirstManager::IsLeashWindowCache(RSSurfaceRenderNode& node, bool animation) in IsLeashWindowCache()
1210 bool RSUifirstManager::IsNonFocusWindowCache(RSSurfaceRenderNode& node, bool animation) in IsNonFocusWindowCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp186 void SelectOverlayClient::RequestCloseSelectOverlay(bool animation) in RequestCloseSelectOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h249 …tPropertyAnimationFloat(PropertyAnimatableType property, const RefPtr<Animation<float>>& animation) in SetPropertyAnimationFloat()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp104 auto animation = GetSelf<IAnimation>(); in Detaching() local
H A Dscene_impl.cpp323 if (auto animation = it->second.lock()) { in GetAnimation() local
1771 bool SceneImpl::AddAnimation(const BASE_NS::shared_ptr<META_NS::IAnimation>& animation) in AddAnimation()
1775 bool SceneImpl::RemoveAnimation(const BASE_NS::shared_ptr<META_NS::IAnimation>& animation) in RemoveAnimation()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp125 if (auto animation = interface_pointer_cast<META_NS::IAnimation>(GetNativeObject())) { in DisposeNative() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp147 auto animation = std::make_shared<RSRenderPathAnimation>(GetId(), GetPropertyId(), in OnStart() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp623 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitCollapseScrollInterpolator() local
643 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitFocusInterpolator() local
H A Drender_indexer.cpp374 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp411 void SelectElement::CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& … in CreateColorAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp457 void RSProfiler::DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out) in DumpNodeAnimation()
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp190 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
H A Dinteraction_manager_impl.cpp390 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A DdragBar_pattern_test_ng.cpp389 auto animation = static_cast<CurveAnimation<OffsetT<Dimension>>*>(AceType::RawPtr(*iter)); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h167 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable()
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp234 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp410 for (auto animation : animations_) { in UnloadSceneModel() local
517 for (const auto& animation : gltfImportResult.data.animations) { in LoadAndImport() local
1127 for (auto animation : animations_) { in FindGLTFAnimationIndex() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp303 RefPtr<Animation<double>> animation; in JSReset() local
567 RefPtr<Animation<double>> animation; in SetOnframe() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp313 auto animation = AnimationUtils::StartAnimation(option, propertyCallback, finishCallback); in StartAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp391 … auto animation = AceType::MakeRefPtr<CurveAnimation<float>>(1.0f, 0.0f, option.GetCurve()); in CreateAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp434 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp290 …eServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp482 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
/ohos5.0/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp220 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp359 void RSNode::AddAnimationInner(const std::shared_ptr<RSAnimation>& animation) in AddAnimationInner()
366 void RSNode::RemoveAnimationInner(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimationInner()
434 void RSNode::AddAnimation(const std::shared_ptr<RSAnimation>& animation, bool isStartAnimation) in AddAnimation()
473 void RSNode::RemoveAnimation(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimation()
1112 auto animation = in SetParticleParams() local
2079 std::shared_ptr<RSAnimation> animation = nullptr; in AnimationCallback() local

12345678