Home
last modified time | relevance | path

Searched defs:isCustomSize (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h133 virtual void SetIsIndicatorCustomSize(bool isCustomSize) {} in SetIsIndicatorCustomSize()
Dswiper_model_ng.cpp139 void SwiperModelNG::SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize()
607 void SwiperModelNG::SetIsIndicatorCustomSize(FrameNode* frameNode, bool isCustomSize) in SetIsIndicatorCustomSize()
Dswiper_pattern.h360 void SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_modifier.h270 void SetIsIndicatorCustomSize(bool isCustomSize) in SetIsIndicatorCustomSize()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_animation_test_ng.cpp956 bool isCustomSize = true; variable