Home | History | Annotate | Download | only in gesture_detection

Lines Matching refs:timeout_handler_

168     : timeout_handler_(new TimeoutGestureHandler(config, this)),
286 bool had_tap_message = timeout_handler_->HasTimeout(TAP);
288 timeout_handler_->StopTimeout(TAP);
301 timeout_handler_->StartTimeout(TAP);
318 timeout_handler_->StartTimeout(SHOW_PRESS);
320 timeout_handler_->StartTimeout(LONG_PRESS);
342 timeout_handler_->Stop();
415 timeout_handler_->StopTimeout(SHOW_PRESS);
416 timeout_handler_->StopTimeout(LONG_PRESS);
437 if (timeout_handler_->HasTimeout(TAP)) {
438 timeout_handler_->StopTimeout(TAP);
481 timeout_handler_->StopTimeout(TAP);
502 timeout_handler_->Stop();