Searched refs:isDoubleTapdetecting_ (Results 1 – 2 of 2) sorted by relevance
299 isDoubleTapdetecting_ = true; in StandardGestureRecognizer()320 } else if (!isDoubleTapdetecting_ && isTapDown_) { in StandardGestureRecognizer()324 isDoubleTapdetecting_ = false; in StandardGestureRecognizer()341 isDoubleTapdetecting_ = false; in StandardGestureCanceled()
347 bool isDoubleTapdetecting_ = false; variable