Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h48 static void SetSwiperIndicatorType(SwiperIndicatorType indicatorType) in SetSwiperIndicatorType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h132 virtual void SetIndicatorType(SwiperIndicatorType indicatorType) {} in SetIndicatorType()
H A Dswiper_model_ng.cpp117 void SwiperModelNG::SetIndicatorType(SwiperIndicatorType indicatorType) in SetIndicatorType()
601 void SwiperModelNG::SetIndicatorType(FrameNode* frameNode, SwiperIndicatorType indicatorType) in SetIndicatorType()
H A Dswiper_layout_algorithm.cpp1265 auto indicatorType = swiperLayoutProperty->GetIndicatorTypeValue(SwiperIndicatorType::DOT); in ArrowLayout() local
H A Dswiper_pattern.cpp5886 auto indicatorType = GetIndicatorType(); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp332 ArkUI_SwiperIndicator* OH_ArkUI_SwiperIndicator_Create(ArkUI_SwiperIndicatorType indicatorType) in OH_ArkUI_SwiperIndicator_Create()