Home
last modified time | relevance | path

Searched refs:RESAMPLE_MAX_DELTA (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DInputTransport.cpp60 static const nsecs_t RESAMPLE_MAX_DELTA = 20 * NANOS_PER_MS; variable
949 } else if (delta > RESAMPLE_MAX_DELTA) { in resampleTouchState()