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

/frameworks/native/libs/input/
H A DInputTransport.cpp55 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS; member in namespace:android
740 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION);

Completed in 211 milliseconds