Home
last modified time | relevance | path

Searched defs:indicatorType (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dindicator_model_ng.cpp60 void IndicatorModelNG::SetIndicatorType(SwiperIndicatorType indicatorType) in SetIndicatorType()
159 void IndicatorModelNG::SetIndicatorType(FrameNode* frameNode, SwiperIndicatorType indicatorType) in SetIndicatorType()
Dswiper_indicator_utils.h48 static void SetSwiperIndicatorType(SwiperIndicatorType indicatorType) in SetSwiperIndicatorType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h140 virtual void SetIndicatorType(SwiperIndicatorType indicatorType) {} in SetIndicatorType()
Dswiper_model_ng.cpp117 void SwiperModelNG::SetIndicatorType(SwiperIndicatorType indicatorType) in SetIndicatorType()
669 void SwiperModelNG::SetIndicatorType(FrameNode* frameNode, SwiperIndicatorType indicatorType) in SetIndicatorType()
Dswiper_layout_algorithm.cpp1459 auto indicatorType = swiperLayoutProperty->GetIndicatorTypeValue(SwiperIndicatorType::DOT); in ArrowLayout() local
Dswiper_pattern.cpp6241 auto indicatorType = GetIndicatorType(); in ToJsonValue() local
/foundation/arkui/ace_engine/interfaces/native/node/
Dnative_node_extented.cpp332 ArkUI_SwiperIndicator* OH_ArkUI_SwiperIndicator_Create(ArkUI_SwiperIndicatorType indicatorType) in OH_ArkUI_SwiperIndicator_Create()