Home
last modified time | relevance | path

Searched refs:SetIsIndicatorCustomSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h52 void SetIsIndicatorCustomSize(bool isCustomSize) override;
107 static void SetIsIndicatorCustomSize(FrameNode* frameNode, bool isCustomSize);
H A Dswiper_model_ng.cpp139 void SwiperModelNG::SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize() function in OHOS::Ace::NG::SwiperModelNG
145 pattern->SetIsIndicatorCustomSize(isCustomSize); in SetIsIndicatorCustomSize()
607 void SwiperModelNG::SetIsIndicatorCustomSize(FrameNode* frameNode, bool isCustomSize) in SetIsIndicatorCustomSize() function in OHOS::Ace::NG::SwiperModelNG
612 pattern->SetIsIndicatorCustomSize(isCustomSize); in SetIsIndicatorCustomSize()
H A Dswiper_model.h133 virtual void SetIsIndicatorCustomSize(bool isCustomSize) {} in SetIsIndicatorCustomSize() function
H A Dswiper_pattern.h360 void SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.h65 static void SetIsIndicatorCustomSize(const Dimension& dimPosition, bool parseOk);
H A Djs_swiper.cpp420 void JSSwiper::SetIsIndicatorCustomSize(const Dimension& dimPosition, bool parseOk) in SetIsIndicatorCustomSize() function in OHOS::Ace::Framework::JSSwiper
423 SwiperModel::GetInstance()->SetIsIndicatorCustomSize(true); in SetIsIndicatorCustomSize()
425 SwiperModel::GetInstance()->SetIsIndicatorCustomSize(false); in SetIsIndicatorCustomSize()
486 SwiperModel::GetInstance()->SetIsIndicatorCustomSize( in GetDotIndicatorInfo()
759 SetIsIndicatorCustomSize(dimPosition, parseOk); in SetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp257 SwiperModelNG::SetIsIndicatorCustomSize(frameNode, false); in GetDotIndicatorInfo()
259 SwiperModelNG::SetIsIndicatorCustomSize(frameNode, true); in GetDotIndicatorInfo()
325 SwiperModelNG::SetIsIndicatorCustomSize(frameNode, false); in GetDotIndicatorProps()
327 SwiperModelNG::SetIsIndicatorCustomSize(frameNode, true); in GetDotIndicatorProps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h270 void SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize() function
H A Doverlength_dot_indicator_paint_method.cpp61 dotIndicatorModifier_->SetIsIndicatorCustomSize(IsCustomSizeValue_); in UpdateContentModifier()
H A Ddot_indicator_paint_method.cpp75 dotIndicatorModifier_->SetIsIndicatorCustomSize(IsCustomSizeValue_); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp957 pattern_->SetIsIndicatorCustomSize(isCustomSize);
H A Dswiper_attr_test_ng.cpp1004 model.SetIsIndicatorCustomSize(true);