Home
last modified time | relevance | path

Searched defs:touchBottomRate (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.h119 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate()
Ddot_indicator_modifier.cpp572 float touchBottomRate) in UpdateTouchBottomAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_indicator_pattern.cpp587 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local
634 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.h167 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate()