Home
last modified time | relevance | path

Searched refs:touchBottomRate (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_paint_method.h119 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate() argument
121 touchBottomRate_ = touchBottomRate; in SetTouchBottomRate()
H A Ddot_indicator_modifier.cpp572 float touchBottomRate) in UpdateTouchBottomAnimation() argument
586 backgroundWidthDilateRatio = (backgroundWidthDilateRatio - 1.0f) * touchBottomRate + 1.0f; in UpdateTouchBottomAnimation()
587 backgroundHeightDilateRatio = (backgroundHeightDilateRatio - 1.0f) * touchBottomRate + 1.0f; in UpdateTouchBottomAnimation()
H A Ddot_indicator_modifier.h156 const std::pair<float, float>& longPointCenterX, float touchBottomRate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp592 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local
597 swiperPattern->SetTouchBottomRate(std::abs(touchBottomRate)); in CheckIsTouchBottom()
639 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local
644 swiperPattern->SetTouchBottomRate(std::abs(touchBottomRate)); in CheckIsTouchBottom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h156 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate() argument
158 touchBottomRate_ = touchBottomRate; in SetTouchBottomRate()