Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp973 History oldLastResample; in resampleTouchState() local
974 oldLastResample.initializeFrom(touchState.lastResample); in resampleTouchState()
981 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()
989 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()