Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.cpp53 auto propertyPos = CLICK_SPRING_EFFECT_PROPERTIES.find(type); in ShowAnimation() local
54 if (propertyPos == CLICK_SPRING_EFFECT_PROPERTIES.end()) { in ShowAnimation()
59 auto& effectProperty = propertyPos->second; in ShowAnimation()