Searched refs:STOP_TIME (Results 1 - 2 of 2) sorted by relevance
/frameworks/native/include/input/ | ||
H A D | VelocityControl.h | 96 static const nsecs_t STOP_TIME = 500 * 1000000; // 500 ms member in class:android::VelocityControl |
/frameworks/native/libs/input/ | ||
H A D | VelocityControl.cpp | 34 const nsecs_t VelocityControl::STOP_TIME; member in class:android::VelocityControl 54 if (eventTime >= mLastMovementTime + STOP_TIME) { |
Completed in 34 milliseconds