Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h71 void SetIndicatorIsBoolean(bool isBoolean) override;
103 static void SetIndicatorIsBoolean(FrameNode* frameNode, bool isBoolean);
H A Dswiper_model_ng.cpp340 void SwiperModelNG::SetIndicatorIsBoolean(bool isBoolean) in SetIndicatorIsBoolean() function in OHOS::Ace::NG::SwiperModelNG
346 pattern->SetIndicatorIsBoolean(isBoolean); in SetIndicatorIsBoolean()
585 void SwiperModelNG::SetIndicatorIsBoolean(FrameNode* frameNode, bool isBoolean) in SetIndicatorIsBoolean() function in OHOS::Ace::NG::SwiperModelNG
590 pattern->SetIndicatorIsBoolean(isBoolean); in SetIndicatorIsBoolean()
H A Dswiper_model.h139 virtual void SetIndicatorIsBoolean(bool isBoolean) {} in SetIndicatorIsBoolean() function
H A Dswiper_pattern.h365 void SetIndicatorIsBoolean(bool isBoolean) in SetIndicatorIsBoolean() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp755 SwiperModelNG::SetIndicatorIsBoolean(frameNode, false); in SetSwiperIndicator()
760 SwiperModelNG::SetIndicatorIsBoolean(frameNode, false); in SetSwiperIndicator()
1003 SwiperModelNG::SetIndicatorIsBoolean(frameNode, false); in SetSwiperIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1143 model.SetIndicatorIsBoolean(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp699 SwiperModel::GetInstance()->SetIndicatorIsBoolean(false); in SetIndicator()