Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h133 inline bool hasPointerCoordsForId(uint32_t id) const { return validIdBits.hasBit(id); } in hasPointerCoordsForId() function
DTouchInputMapper.cpp2327 mLastCookedState.cookedPointerData.hasPointerCoordsForId(id)) { in cookPointerData()