Home
last modified time | relevance | path

Searched refs:TouchBottomAnimationStage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp162 …if ((animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBott… in GetTouchBottomCenterX()
163 …(animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
166 …} else if ((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouc… in GetTouchBottomCenterX()
167 …(animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)… in GetTouchBottomCenterX()
678 modifier->animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayTouchBottomAnimation()
682 modifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT; in PlayTouchBottomAnimation()
702 modifier->animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayTouchBottomAnimation()
709 animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT; in PlayTouchBottomAnimation()
803 animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayIndicatorAnimation()
H A Ddot_indicator_modifier.h36 enum class TouchBottomAnimationStage { enum
352 TouchBottomAnimationStage animationState_ = TouchBottomAnimationStage::STAGE_NONE;
H A Doverlength_dot_indicator_modifier.cpp84 …if ((animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBott… in GetTouchBottomCenterX()
85 …(animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isRightTouchBottom)) { in GetTouchBottomCenterX()
88 …} else if ((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouc… in GetTouchBottomCenterX()
89 …(animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isRightTouchBottom)… in GetTouchBottomCenterX()
622 animationState_ = TouchBottomAnimationStage::STAGE_NONE; in PlayIndicatorAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp359 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT;
370 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT;
381 indicatorModifier->animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT;
H A Dswiper_indicator_modifier_test_ng.cpp1690 dotIndicatorModifier.animationState_ = TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT;
1699 dotIndicatorModifier.animationState_ = TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT;