Searched refs:touchBottomRate (Results 1 – 5 of 5) sorted by relevance
119 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate() argument121 touchBottomRate_ = touchBottomRate; in SetTouchBottomRate()
572 float touchBottomRate) in UpdateTouchBottomAnimation() argument586 backgroundWidthDilateRatio = (backgroundWidthDilateRatio - 1.0f) * touchBottomRate + 1.0f; in UpdateTouchBottomAnimation()587 backgroundHeightDilateRatio = (backgroundHeightDilateRatio - 1.0f) * touchBottomRate + 1.0f; in UpdateTouchBottomAnimation()
156 const std::pair<float, float>& longPointCenterX, float touchBottomRate);
592 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local597 swiperPattern->SetTouchBottomRate(std::abs(touchBottomRate)); in CheckIsTouchBottom()639 …auto touchBottomRate = LessOrEqual(std::abs(touchOffset), INDICATOR_TOUCH_BOTTOM_MAX_DISTANCE.Conv… in CheckIsTouchBottom() local644 swiperPattern->SetTouchBottomRate(std::abs(touchBottomRate)); in CheckIsTouchBottom()
156 void SetTouchBottomRate(float touchBottomRate) in SetTouchBottomRate() argument158 touchBottomRate_ = touchBottomRate; in SetTouchBottomRate()