Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h602 bool recentCoordinatesAreIdentical(uint32_t id) const { in recentCoordinatesAreIdentical() function
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1032 state.recentCoordinatesAreIdentical(id)) { in rewriteMessage()
1145 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()