Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp33 constexpr uint32_t INDICATOR_HAS_CHILD = 2; variable
65 if (host->GetChildren().size() == INDICATOR_HAS_CHILD) { in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp42 constexpr uint32_t INDICATOR_HAS_CHILD = 2; variable
1075 if (indicatorWrapper->GetTotalChildCount() != INDICATOR_HAS_CHILD) { in PlaceDigitChild()