Home | History | Annotate | Download | only in touch

Lines Matching refs:touch_id

103       : id(touch.touch_id()),
212 int GetTraceIndex(int touch_id) const {
213 return touch_id_to_trace_index_.at(touch_id);
230 int touch_id = touch.touch_id();
232 touch_id_to_trace_index_[touch_id] = next_trace_index_;
237 int touch_id = touch.touch_id();
238 int trace_index = touch_id_to_trace_index_[touch_id];
275 void TouchPointAdded(int touch_id) {
276 int trace_index = touch_log_.GetTraceIndex(touch_id);
461 if (event->touch_id() >= kMaxTouchPoints)
465 canvas_->TouchPointAdded(event->touch_id());
466 UpdateTouchPointLabel(event->touch_id());