Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp65 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS; variable
1119 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState()