Home
last modified time | relevance | path

Searched refs:isLeftTouchBottom (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp159 bool isLeftTouchBottom = (currentIndex_ == static_cast<int32_t>(totalCount) - 1); in GetTouchBottomCenterX() local
162 …animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
166 …((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
208 bool isLeftTouchBottom = (currentIndex_ == static_cast<int32_t>(totalCount) - 1); in PaintContent() local
210 bool isTouchBottom = (isLeftTouchBottom || isRightTouchBottom); in PaintContent()
H A Doverlength_dot_indicator_modifier.cpp81 bool isLeftTouchBottom = (currentIndex == realItemCount_ - 1); in GetTouchBottomCenterX() local
84 …animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()
88 …((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()