Searched refs:touchCount_ (Results 1 – 4 of 4) sorted by relevance
32 touchCount_++; in HandleTouchEvent()37 touchCount_--; in HandleTouchEvent()42 touchCount_--; in HandleTouchEvent()52 if (isClicked_ && touchCount_ == 0) { in HandleTouchEvent()56 isClicked_ = touchCount_ > 0; in HandleTouchEvent()
68 int32_t touchCount_ = 0; variable
64 touchCount_++;67 touchCount_--;72 touchCount_--;80 if (isClicked_ && touchCount_ == 0) {83 isClicked_ = touchCount_ > 0;
131 int32_t touchCount_ = 0; variable