Searched refs:RESAMPLE_MAX_PREDICTION (Results 1 – 1 of 1) sorted by relevance
54 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS; variable731 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState()