Searched refs:TouchBottomType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_common_test_ng.cpp | 410 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 419 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 429 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 456 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 465 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 494 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 504 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::START); 534 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END); 543 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::NONE); 617 EXPECT_EQ(indicatorPattern->touchBottomType_, TouchBottomType::END);
|
H A D | swiper_indicator_extent_test_ng.cpp | 166 paintMethod->touchBottomType_ = TouchBottomType::START; 257 paintMethod->touchBottomType_ = TouchBottomType::START; 348 paintMethod->touchBottomType_ = TouchBottomType::START; 379 paintMethod->touchBottomType_ = TouchBottomType::END; 410 paintMethod->touchBottomType_ = TouchBottomType::END; 441 paintMethod->touchBottomType_ = TouchBottomType::END;
|
H A D | swiper_indicator_modifier_test_ng.cpp | 138 paintMethod->touchBottomType_ = TouchBottomType::START; 394 dotIndicatorModifier.touchBottomType_ = TouchBottomType::START; 397 dotIndicatorModifier.touchBottomType_ = TouchBottomType::END; 754 paintMethod->touchBottomType_ = TouchBottomType::START; 1663 dotIndicatorModifier.touchBottomType_ = TouchBottomType::START;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 558 touchBottomType_ = TouchBottomType::NONE; in HandleDragEnd() 598 TouchBottomType touchBottomType = TouchBottomType::NONE; in CheckIsTouchBottom() 602 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom() 608 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom() 617 return touchBottomType == TouchBottomType::NONE ? false : true; in CheckIsTouchBottom() 645 TouchBottomType touchBottomType = TouchBottomType::NONE; in CheckIsTouchBottom() 650 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom() 654 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom() 662 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom() 666 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom() [all …]
|
H A D | swiper_indicator_pattern.h | 216 TouchBottomType touchBottomType_ = TouchBottomType::NONE;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 129 void SetIsTouchBottom(TouchBottomType touchBottomType) in SetIsTouchBottom() 214 TouchBottomType touchBottomType_ = TouchBottomType::NONE;
|
H A D | dot_indicator_modifier.h | 30 enum class TouchBottomType { enum 155 …void UpdateTouchBottomAnimation(TouchBottomType touchBottomType, const LinearVector<float>& vector… 370 TouchBottomType touchBottomType_ = TouchBottomType::NONE;
|
H A D | dot_indicator_modifier.cpp | 117 if (touchBottomType_ == TouchBottomType::START) { in PaintBackground() 120 if (touchBottomType_ == TouchBottomType::END) { in PaintBackground() 127 if (touchBottomType_ == TouchBottomType::START) { in PaintBackground() 130 if (touchBottomType_ == TouchBottomType::END) { in PaintBackground() 570 void DotIndicatorModifier::UpdateTouchBottomAnimation(TouchBottomType touchBottomType, in UpdateTouchBottomAnimation() 582 if (touchBottomType != TouchBottomType::NONE) { in UpdateTouchBottomAnimation()
|
H A D | dot_indicator_paint_method.cpp | 80 if (touchBottomType_ != TouchBottomType::NONE) { in UpdateContentModifier() 465 if (touchBottomType_ != TouchBottomType::NONE) { in UpdateBackground() 482 if (touchBottomType_ == TouchBottomType::START) { in UpdateBackground()
|
H A D | overlength_dot_indicator_paint_method.cpp | 76 if (touchBottomType_ == TouchBottomType::NONE && !isPressed_ && !isHover_) { in UpdateContentModifier()
|