Home
last modified time | relevance | path

Searched refs:SetPropertyValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp52 void RSPropertyAnimation::SetPropertyValue(const std::shared_ptr<RSPropertyBase>& value) in SetPropertyValue() function in OHOS::Rosen::RSPropertyAnimation
128 SetPropertyValue(targetValue); in OnUpdateStagingValue()
144 SetPropertyValue(targetValue); in UpdateStagingValueOnInteractiveFinish()
H A Drs_property_animation.h44 void SetPropertyValue(const std::shared_ptr<RSPropertyBase>& value);
H A Drs_implicit_animator.h107 …void SetPropertyValue(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBa…
H A Drs_implicit_animator.cpp496 void RSImplicitAnimator::SetPropertyValue( in SetPropertyValue() function in OHOS::Rosen::RSImplicitAnimator
537 SetPropertyValue(property, endValue); in CreateImplicitAnimation()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_handle_util.h55 bool SetPropertyValue( in SetPropertyValue() function
67 bool SetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, T&& propertyValue) in SetPropertyValue() function
71 return SetPropertyValue(handle, propertyName, propertyType, BASE_NS::forward<T>(propertyValue)); in SetPropertyValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp110 void RSRenderPropertyAnimation::SetPropertyValue(const std::shared_ptr<RSRenderPropertyBase>& value) in SetPropertyValue() function in OHOS::Rosen::RSRenderPropertyAnimation
150 SetPropertyValue(animationValue); in SetAnimationValue()
176 SetPropertyValue(backwardValue); in OnRemoveOnCompletion()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h90 CORE_NS::SetPropertyValue<T>(*this, propertyName, propertyValue); in RENDER_BEGIN_NAMESPACE()
179 CORE_NS::SetPropertyValue<T>(*this, propertyName, propertyValue); in SetValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h51 void SetPropertyValue(const std::shared_ptr<RSRenderPropertyBase>& value);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h90 return CORE_NS::SetPropertyValue(*this, propertyName, BASE_NS::forward<T>(propertyValue)); in CORE3D_BEGIN_NAMESPACE()