Home | History | Annotate | Download | only in chromeos

Lines Matching defs:touch_id

93   const int touch_id = touch_event.touch_id();
98 current_touch_ids_.push_back(touch_id);
99 touch_locations_.insert(std::pair<int, gfx::PointF>(touch_id, location));
102 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
109 touch_locations_.erase(touch_id);
112 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
223 initial_presses_[event.touch_id()] = event.location();
239 if (event.touch_id() == initial_press_->touch_id() && !in_a_bottom_corner) {
253 initial_presses_[event.touch_id()] = event.location();
260 event.touch_id() == initial_press_->touch_id()) {
370 initial_press_->touch_id(),
377 initial_press_->touch_id(),
400 initial_press_->touch_id(),
421 event.touch_id(),
460 if (event.touch_id() == initial_press_->touch_id()) {
476 type, event.location(), event.touch_id(), event.time_stamp()));
488 if (event.touch_id() != initial_press_->touch_id()) {
497 event.touch_id(),
520 initial_press_->touch_id(),
529 if (event.touch_id() == last_touch_exploration_->touch_id())
531 else if (event.touch_id() == initial_press_->touch_id())
548 initial_press_->touch_id(),
559 if (event.touch_id() == last_touch_exploration_->touch_id()){
573 initial_press_->touch_id(),
606 event.touch_id() != initial_press_->touch_id()) {
654 gfx::Point original_location = initial_presses_[event.touch_id()];
714 last_unused_finger_event_->touch_id(),
752 touch_locations_.find(initial_press_->touch_id()) !=
758 ToRoundedPoint(touch_locations_[initial_press_->touch_id()]);
1052 prev_event_->touch_id() == touch_event.touch_id()){
1066 const int touch_id = touch_event.touch_id();
1071 << "\n Touch ID: " << touch_id;