Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp84 constexpr int32_t DOT_INDICATOR_MAX_DISPLAY_COUNT = 12; variable
211 …auto maxDisplayCount = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_MAX_DISPLAY_COUNT); in ParseMaxDisplayCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp68 constexpr int32_t DOT_INDICATOR_MAX_DISPLAY_COUNT = 13; variable
657 …l<JSValueRef> maxDisplayCountArg = runtimeCallInfo->GetCallArgRef(DOT_INDICATOR_MAX_DISPLAY_COUNT); in GetSwiperDotIndicator()