Home
last modified time | relevance | path

Searched refs:DEFAULT_ANIMATION_SCALE (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp26 constexpr float DEFAULT_ANIMATION_SCALE = 0.95f; member
187 renderContext->UpdateTransformScale({ DEFAULT_ANIMATION_SCALE, DEFAULT_ANIMATION_SCALE }); in PlayNodeAnimationBeforeLifting()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp56 constexpr float DEFAULT_ANIMATION_SCALE = 1.0f; member
57 float animationScale_ = DEFAULT_ANIMATION_SCALE;
258 animationScale_ = DEFAULT_ANIMATION_SCALE; in OnAnimationScaleChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp66 constexpr float DEFAULT_ANIMATION_SCALE = 0.95f; member
1757 imageContext->UpdateTransformScale({ DEFAULT_ANIMATION_SCALE, DEFAULT_ANIMATION_SCALE }); in SetImageNodeInitAttr()

Completed in 8 milliseconds