Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp154 if (value == DOM_SCROLL_EFFECT_SPRING) { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp93 if (val == DOM_SCROLL_EFFECT_SPRING) { in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp141 if (val == DOM_SCROLL_EFFECT_SPRING) { in SetSpecializedAttr()
545 if (val == DOM_SCROLL_EFFECT_SPRING) { in SetSpecializedStyle()
H A Ddom_type.cpp470 const char DOM_SCROLL_EFFECT_SPRING[] = "spring"; variable
H A Ddom_type.h491 ACE_EXPORT extern const char DOM_SCROLL_EFFECT_SPRING[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1318 if (val == DOM_SCROLL_EFFECT_SPRING) { in SetCurrentStyle()