Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp955 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState() local
956 if (sampleTime > maxPredict) { in resampleTouchState()
960 sampleTime - current->eventTime, maxPredict - current->eventTime); in resampleTouchState()
962 sampleTime = maxPredict; in resampleTouchState()