Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1137 History oldLastResample; in resampleTouchState() local
1138 oldLastResample.initializeFrom(touchState.lastResample); in resampleTouchState()
1145 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()
1153 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()