OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_DURATION
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/input/
VelocityTracker.h
251
static const nsecs_t
MIN_DURATION
= 10 * 1000000; // 10 ms
/frameworks/native/libs/input/
VelocityTracker.cpp
813
const nsecs_t LegacyVelocityTrackerStrategy::
MIN_DURATION
;
899
if (duration >=
MIN_DURATION
) {
[
all
...]
Completed in 38 milliseconds