Searched defs:MAX_POINTERS (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/input/
H A DInput.h82 #define MAX_POINTERS 16 macro
/frameworks/base/services/input/
H A DInputReader.cpp4644 VelocityTracker::Position positions[MAX_POINTERS];
5587 PointerCoords pointerCoords[MAX_POINTERS];
5588 PointerProperties pointerProperties[MAX_POINTERS];
5727 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
6029 if (outCount >= MAX_POINTERS) {
6033 getDeviceName().string(), MAX_POINTERS);
6131 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 120 milliseconds