Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumer.cpp661 History oldLastResample; in resampleTouchState() local
662 oldLastResample.initializeFrom(touchState.lastResample); in resampleTouchState()
669 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()
679 touchState.lastResample.pointers[i] = oldLastResample.getPointerById(id); in resampleTouchState()