Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h569 bool hasPointerId(uint32_t id) const { in hasPointerId() function
607 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1145 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()