OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP_TIME
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/input/
VelocityControl.h
96
static const nsecs_t
STOP_TIME
= 500 * 1000000; // 500 ms
/frameworks/native/libs/input/
VelocityControl.cpp
34
const nsecs_t VelocityControl::
STOP_TIME
;
54
if (eventTime >= mLastMovementTime +
STOP_TIME
) {
Completed in 943 milliseconds