Searched refs:GetIndicatorType (Results 1 – 8 of 8) sorted by relevance
65 if (swiperPattern->GetIndicatorType() == SwiperIndicatorType::DOT) { in CreateLayoutAlgorithm()115 if (swiperPattern->GetIndicatorType() == SwiperIndicatorType::DOT) { in CreateNodePaintMethod()
59 swiperIndicatorType_ = swiperPattern->GetIndicatorType(); in OnModifyDone()
235 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);
136 static int32_t GetIndicatorType(FrameNode* frameNode);
353 SwiperIndicatorType GetIndicatorType() const;
822 int32_t SwiperModelNG::GetIndicatorType(FrameNode* frameNode) in GetIndicatorType() function in OHOS::Ace::NG::SwiperModelNG
2083 …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::SwiperPattern5886 auto indicatorType = GetIndicatorType(); in ToJsonValue()
1016 int32_t type = SwiperModelNG::GetIndicatorType(frameNode); in GetSwiperIndicator()