Home
last modified time | relevance | path

Searched refs:touchBottomType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp598 TouchBottomType touchBottomType = TouchBottomType::NONE; in CheckIsTouchBottom() local
602 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom()
608 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom()
612 touchBottomType_ = touchBottomType; in CheckIsTouchBottom()
617 return touchBottomType == TouchBottomType::NONE ? false : true; in CheckIsTouchBottom()
645 TouchBottomType touchBottomType = TouchBottomType::NONE; in CheckIsTouchBottom() local
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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h129 void SetIsTouchBottom(TouchBottomType touchBottomType) in SetIsTouchBottom() argument
131 touchBottomType_ = touchBottomType; in SetIsTouchBottom()
H A Ddot_indicator_modifier.cpp570 void DotIndicatorModifier::UpdateTouchBottomAnimation(TouchBottomType touchBottomType, in UpdateTouchBottomAnimation() argument
582 if (touchBottomType != TouchBottomType::NONE) { in UpdateTouchBottomAnimation()
589 touchBottomType_ = touchBottomType; in UpdateTouchBottomAnimation()
H A Ddot_indicator_modifier.h155 …void UpdateTouchBottomAnimation(TouchBottomType touchBottomType, const LinearVector<float>& vector…