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