Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp72 constexpr int32_t DIGIT_INDICATOR_BOTTOM = 10; variable
377 …digitIndicatorInfo[DIGIT_INDICATOR_BOTTOM] == "-" ? "" : digitIndicatorInfo[DIGIT_INDICATOR_BOTTOM in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp56 constexpr int32_t DIGIT_INDICATOR_BOTTOM = 11; variable
677 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(DIGIT_INDICATOR_BOTTOM); in GetSwiperDigitIndicator()