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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java47 private static final int MAX_POINTERS = 11; // Non-binding maximum field in class:MotionEventInjector
54 new MotionEvent.PointerProperties[MAX_POINTERS];
56 new MotionEvent.PointerCoords[MAX_POINTERS];
/frameworks/native/include/input/
H A DInput.h125 #define MAX_POINTERS 16 macro
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5241 VelocityTracker::Position positions[MAX_POINTERS];
6208 PointerCoords pointerCoords[MAX_POINTERS];
6209 PointerProperties pointerProperties[MAX_POINTERS];
6353 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
6655 if (outCount >= MAX_POINTERS) {
6659 getDeviceName().string(), MAX_POINTERS);
6756 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 414 milliseconds