Home | History | Annotate | Download | only in touch

Lines Matching defs:touch_id

101       : id(touch.touch_id()),
210 int GetTraceIndex(int touch_id) const {
211 return touch_id_to_trace_index_.at(touch_id);
228 int touch_id = touch.touch_id();
230 touch_id_to_trace_index_[touch_id] = next_trace_index_;
235 int touch_id = touch.touch_id();
236 int trace_index = touch_id_to_trace_index_[touch_id];
273 void TouchPointAdded(int touch_id) {
274 int trace_index = touch_log_.GetTraceIndex(touch_id);
458 if (event->touch_id() >= kMaxTouchPoints)
462 canvas_->TouchPointAdded(event->touch_id());
463 UpdateTouchPointLabel(event->touch_id());