/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 1147 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 D | select_overlay_client.cpp | 186 void SelectOverlayClient::RequestCloseSelectOverlay(bool animation) in RequestCloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | tween_option.h | 249 …tPropertyAnimationFloat(PropertyAnimatableType property, const RefPtr<Animation<float>>& animation) in SetPropertyAnimationFloat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 104 auto animation = GetSelf<IAnimation>(); in Detaching() local
|
H A D | scene_impl.cpp | 323 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 D | AnimationJS.cpp | 125 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 D | rs_path_animation.cpp | 147 auto animation = std::make_shared<RSRenderPathAnimation>(GetId(), GetPropertyId(), in OnStart() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.cpp | 623 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitCollapseScrollInterpolator() local 643 auto animation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in InitFocusInterpolator() local
|
H A D | render_indexer.cpp | 374 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 411 void SelectElement::CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& … in CreateColorAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 457 void RSProfiler::DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out) in DumpNodeAnimation()
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 190 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
H A D | interaction_manager_impl.cpp | 390 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | dragBar_pattern_test_ng.cpp | 389 auto animation = static_cast<CurveAnimation<OffsetT<Dimension>>*>(AceType::RawPtr(*iter)); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component.h | 167 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable()
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 234 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 410 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 D | js_animator.cpp | 303 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 D | navdestination_pattern_base.cpp | 313 auto animation = AnimationUtils::StartAnimation(option, propertyCallback, finishCallback); in StartAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.cpp | 391 … 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 D | render_indexer.cpp | 434 auto animation = AceType::MakeRefPtr<KeyframeAnimation<uint8_t>>(); in BuildBubbleAnimation() local
|
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/ |
H A D | miscdevice_service_proxy.cpp | 290 …eServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn()
|
/ohos5.0/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 482 const PreviewAnimation &animation) in UpdatePreviewStyleWithAnimation()
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 220 const PreviewStyle &previewStyle, const PreviewAnimation &animation) in UpdatePreviewAnimationParam()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 359 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
|