Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_paint_method.h24 constexpr int32_t DISPLAY_COUNT_MAX = 9; variable
47 if (maxDisplayCount >= DISPLAY_COUNT_MIN && maxDisplayCount <= DISPLAY_COUNT_MAX) { in SetMaxDisplayCount()