Searched refs:touchBottomType (Results 1 – 4 of 4) sorted by relevance
598 TouchBottomType touchBottomType = TouchBottomType::NONE; in CheckIsTouchBottom() local602 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() local650 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom()654 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom()662 touchBottomType = TouchBottomType::START; in CheckIsTouchBottom()666 touchBottomType = TouchBottomType::END; in CheckIsTouchBottom()[all …]
129 void SetIsTouchBottom(TouchBottomType touchBottomType) in SetIsTouchBottom() argument131 touchBottomType_ = touchBottomType; in SetIsTouchBottom()
570 void DotIndicatorModifier::UpdateTouchBottomAnimation(TouchBottomType touchBottomType, in UpdateTouchBottomAnimation() argument582 if (touchBottomType != TouchBottomType::NONE) { in UpdateTouchBottomAnimation()589 touchBottomType_ = touchBottomType; in UpdateTouchBottomAnimation()
155 …void UpdateTouchBottomAnimation(TouchBottomType touchBottomType, const LinearVector<float>& vector…