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

/frameworks/base/include/androidfw/
H A DInput.h83 #define MAX_POINTERS 16 macro
/frameworks/base/services/input/
H A DInputReader.cpp4536 VelocityTracker::Position positions[MAX_POINTERS];
5467 PointerCoords pointerCoords[MAX_POINTERS];
5468 PointerProperties pointerProperties[MAX_POINTERS];
5607 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
5909 if (outCount >= MAX_POINTERS) {
5913 getDeviceName().string(), MAX_POINTERS);
6011 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 800 milliseconds