Searched refs:touch_log_ (Results 1 – 2 of 2) sorted by relevance
252 : touch_log_(touch_log), in TouchHudCanvas()274 int trace_index = touch_log_.GetTraceIndex(touch_id); in TouchPointAdded()275 const TouchTrace& trace = touch_log_.traces()[trace_index]; in TouchPointAdded()297 const TouchTrace& trace = touch_log_.traces()[trace_index]; in AddedPointToTrace()322 const TouchLog& touch_log_; member in ash::TouchHudCanvas334 touch_log_(new TouchLog()), in TouchHudDebug()342 canvas_ = new TouchHudCanvas(*touch_log_); in TouchHudDebug()401 return touch_log_->GetAsList(); in GetLogAsList()439 int trace_index = touch_log_->GetTraceIndex(index); in UpdateTouchPointLabel()440 const TouchTrace& trace = touch_log_->traces()[trace_index]; in UpdateTouchPointLabel()[all …]
74 scoped_ptr<TouchLog> touch_log_; variable