Home
last modified time | relevance | path

Searched defs:indicatorType (Results 1 – 10 of 10) 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_pattern.h41 SwiperIndicatorPattern(SwiperIndicatorType indicatorType): swiperIndicatorType_(indicatorType) in SwiperIndicatorPattern()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_radio_ffi.cpp33 const char* group, const char* value, int32_t indicatorType, void (*indicatorBuilder)()) in FfiOHOSAceFrameworkRadioWithIndicatorCreate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dradio_modifier.cpp298 …Options(ArkUINodeHandle node, ArkUI_CharPtr value, ArkUI_CharPtr group, ArkUI_Uint32 indicatorType) in SetRadioOptions()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h161 virtual void SetIndicatorType(SwiperIndicatorType indicatorType) {} in SetIndicatorType()
Dswiper_layout_algorithm.cpp1480 auto indicatorType = swiperLayoutProperty->GetIndicatorTypeValue(SwiperIndicatorType::DOT); in GetHeightForDigit() local
1504 auto indicatorType = swiperLayoutProperty->GetIndicatorTypeValue(SwiperIndicatorType::DOT); in ArrowLayout() local
Dswiper_model_ng.cpp121 void SwiperModelNG::SetIndicatorType(SwiperIndicatorType indicatorType) in SetIndicatorType()
762 void SwiperModelNG::SetIndicatorType(FrameNode* frameNode, SwiperIndicatorType indicatorType) in SetIndicatorType()
Dswiper_pattern.cpp2456 auto indicatorType = GetIndicatorType(); in InitIndicator() local
6949 auto indicatorType = GetIndicatorType(); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_radio_bridge.cpp380 auto indicatorType = RadioIndicatorType::TICK; in SetRadioOptions() local
/foundation/arkui/ace_engine/interfaces/native/node/
Dnative_node_extented.cpp339 ArkUI_SwiperIndicator* OH_ArkUI_SwiperIndicator_Create(ArkUI_SwiperIndicatorType indicatorType) in OH_ArkUI_SwiperIndicator_Create()