Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp70 constexpr int32_t DIGIT_INDICATOR_TOP = 8; variable
373 …auto dotTopValue = digitIndicatorInfo[DIGIT_INDICATOR_TOP] == "-" ? "" : digitIndicatorInfo[DIGIT_… in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp54 constexpr int32_t DIGIT_INDICATOR_TOP = 9; variable
675 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(DIGIT_INDICATOR_TOP); in GetSwiperDigitIndicator()