HomeSort by relevance Sort by last modified time
    Searched full:last_touch_down_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/touch/
touch_uma.h 76 base::TimeDelta last_touch_down_time_; member in class:ash::TouchUMA
touch_uma.cc 358 base::TimeDelta difference = event.time_stamp() - last_touch_down_time_;
370 last_touch_down_time_ = event.time_stamp();

Completed in 57 milliseconds