OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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