Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputConsumer.h164 bool hasPointerId(uint32_t id) const { return idBits.hasBit(id); } in hasPointerId() function
/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.cpp32 bool hasPointerId(const std::vector<PointerProperties>& pointers, int32_t pointerId) { in hasPointerId() function