Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h432 bool hasPointerId(uint32_t id) const { in hasPointerId() function
470 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
/frameworks/native/libs/input/
DInputTransport.cpp981 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()