Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp59 constexpr int32_t DISPLAY_ARROW_IS_HOVER_SHOW_INDEX = 7; variable
558 int32_t isHoverShow = StringUtils::StringToInt(res[DISPLAY_ARROW_IS_HOVER_SHOW_INDEX]); in SetSwiperDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp45 constexpr int32_t DISPLAY_ARROW_IS_HOVER_SHOW_INDEX = 8; variable
287 … Local<JSValueRef> isHoverShow = runtimeCallInfo->GetCallArgRef(DISPLAY_ARROW_IS_HOVER_SHOW_INDEX); in SetSwiperDisplayArrow()