Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.cpp30 … std::unordered_map<ClickSpringEffectType, SpringEffectProperty> CLICK_SPRING_EFFECT_PROPERTIES = { variable
53 auto propertyPos = CLICK_SPRING_EFFECT_PROPERTIES.find(type); in ShowAnimation()
54 if (propertyPos == CLICK_SPRING_EFFECT_PROPERTIES.end()) { in ShowAnimation()