Home
last modified time | relevance | path

Searched refs:edgeEffectIntensity_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.h98 edgeEffectIntensity_ = value; in SetEdgeEffectIntensity()
129 float edgeEffectIntensity_ = DEFAULT_EDGE_EFFECT_INTENSITY; variable
H A Dchain_animation.cpp96 float spaceDelta = std::abs(overOffset) * edgeEffectIntensity_; in SetDelta()
103 float spaceDelta = overOffset * edgeEffectIntensity_; in SetDelta()