Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp58 constexpr int32_t DISPLAY_ARROW_VALUE = 0; variable
525 int32_t displayArrowValue = StringUtils::StringToInt(res[DISPLAY_ARROW_VALUE]); in SetSwiperDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp38 constexpr int32_t DISPLAY_ARROW_VALUE = 1; variable
280 Local<JSValueRef> displayArrowValue = runtimeCallInfo->GetCallArgRef(DISPLAY_ARROW_VALUE); in SetSwiperDisplayArrow()