Home
last modified time | relevance | path

Searched refs:GetIndicatorType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h65 if (swiperPattern->GetIndicatorType() == SwiperIndicatorType::DOT) { in CreateLayoutAlgorithm()
115 if (swiperPattern->GetIndicatorType() == SwiperIndicatorType::DOT) { in CreateNodePaintMethod()
H A Dswiper_indicator_pattern.cpp59 swiperIndicatorType_ = swiperPattern->GetIndicatorType(); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp235 EXPECT_EQ(pattern_->GetIndicatorType(), SwiperIndicatorType::DOT);
280 EXPECT_EQ(pattern_->GetIndicatorType(), SwiperIndicatorType::DOT);
310 EXPECT_EQ(pattern_->GetIndicatorType(), SwiperIndicatorType::DIGIT);
345 EXPECT_EQ(pattern_->GetIndicatorType(), SwiperIndicatorType::DIGIT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h136 static int32_t GetIndicatorType(FrameNode* frameNode);
H A Dswiper_pattern.h353 SwiperIndicatorType GetIndicatorType() const;
H A Dswiper_model_ng.cpp822 int32_t SwiperModelNG::GetIndicatorType(FrameNode* frameNode) in GetIndicatorType() function in OHOS::Ace::NG::SwiperModelNG
H A Dswiper_pattern.cpp2083 …if (GetIndicatorType() == SwiperIndicatorType::DIGIT && lastSwiperIndicatorType_ == SwiperIndicato… in InitIndicator()
2090 lastSwiperIndicatorType_ = GetIndicatorType(); in InitIndicator()
3969 SwiperIndicatorType SwiperPattern::GetIndicatorType() const in GetIndicatorType() function in OHOS::Ace::NG::SwiperPattern
5886 auto indicatorType = GetIndicatorType(); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp1016 int32_t type = SwiperModelNG::GetIndicatorType(frameNode); in GetSwiperIndicator()