Home
last modified time | relevance | path

Searched refs:DOT_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.cpp81 constexpr int32_t DOT_INDICATOR_TOP = 9; variable
236 auto topValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_TOP); in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp65 constexpr int32_t DOT_INDICATOR_TOP = 10; variable
627 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(DOT_INDICATOR_TOP); in GetSwiperDotIndicator()