Home
last modified time | relevance | path

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

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