Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.cpp156 } else if (value == DOM_SCROLL_EFFECT_FADE) { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp95 } else if (val == DOM_SCROLL_EFFECT_FADE) { in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp143 } else if (val == DOM_SCROLL_EFFECT_FADE) { in SetSpecializedAttr()
547 } else if (val == DOM_SCROLL_EFFECT_FADE) { in SetSpecializedStyle()
H A Ddom_type.cpp471 const char DOM_SCROLL_EFFECT_FADE[] = "fade"; variable
H A Ddom_type.h492 ACE_EXPORT extern const char DOM_SCROLL_EFFECT_FADE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1320 } else if (val == DOM_SCROLL_EFFECT_FADE) { in SetCurrentStyle()