Searched refs:MAX_POINTERS (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp143 PointerProperties pointerProperties[MAX_POINTERS + 1];
144 PointerCoords pointerCoords[MAX_POINTERS + 1];
145 for (int i = 0; i <= MAX_POINTERS; i++) {
210 /*pointerCount*/ MAX_POINTERS + 1, pointerProperties, pointerCoords);
213 << "Should reject motion events with more than MAX_POINTERS pointers.";
/frameworks/base/services/input/
H A DInputListener.h92 PointerProperties pointerProperties[MAX_POINTERS];
93 PointerCoords pointerCoords[MAX_POINTERS];
H A DInputReader.h657 Pointer pointers[MAX_POINTERS];
692 PointerProperties pointerProperties[MAX_POINTERS];
693 PointerCoords pointerCoords[MAX_POINTERS];
1371 PointerProperties currentGestureProperties[MAX_POINTERS];
1372 PointerCoords currentGestureCoords[MAX_POINTERS];
1377 PointerProperties lastGestureProperties[MAX_POINTERS];
1378 PointerCoords lastGestureCoords[MAX_POINTERS];
H A DInputDispatcher.h504 PointerCoords pointerCoords[MAX_POINTERS];
522 PointerProperties pointerProperties[MAX_POINTERS];
778 PointerProperties pointerProperties[MAX_POINTERS];
779 PointerCoords pointerCoords[MAX_POINTERS];
H A DInputDispatcher.cpp158 if (pointerCount < 1 || pointerCount > MAX_POINTERS) {
160 pointerCount, MAX_POINTERS);
1992 PointerCoords scaledCoords[MAX_POINTERS];
2206 PointerCoords scaledCoords[MAX_POINTERS];
2549 uint32_t splitPointerIndexMap[MAX_POINTERS];
2550 PointerProperties splitPointerProperties[MAX_POINTERS];
2551 PointerCoords splitPointerCoords[MAX_POINTERS];
H A DInputReader.cpp4227 VelocityTracker::Position positions[MAX_POINTERS];
5151 PointerCoords pointerCoords[MAX_POINTERS];
5152 PointerProperties pointerProperties[MAX_POINTERS];
5290 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
5588 if (outCount >= MAX_POINTERS) {
5592 getDeviceName().string(), MAX_POINTERS);
5688 mMultiTouchMotionAccumulator.configure(MAX_POINTERS, false /*usingSlotsProtocol*/);
/frameworks/base/include/ui/
H A DInputTransport.h147 PointerProperties pointerProperties[MAX_POINTERS];
216 * Returns BAD_VALUE if pointerCount is less than 1 or greater than MAX_POINTERS.
H A DInput.h75 #define MAX_POINTERS 16 macro
702 Position positions[MAX_POINTERS];
/frameworks/base/libs/ui/tests/
H A DInputPublisherAndConsumer_test.cpp401 const size_t pointerCount = MAX_POINTERS + 1;
450 const size_t pointerCount = MAX_POINTERS;
471 const size_t pointerCount = MAX_POINTERS;
502 const size_t pointerCount = MAX_POINTERS;
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp61 Velocity mCalculatedVelocity[MAX_POINTERS];
/frameworks/base/libs/ui/
H A DInputTransport.cpp36 * (sizeof(InputMessage::SampleData) + MAX_POINTERS * sizeof(PointerCoords)),
392 if (pointerCount > MAX_POINTERS || pointerCount < 1) {
H A DInput.cpp584 if (pointerCount == 0 || pointerCount > MAX_POINTERS || sampleCount == 0) {
768 while (idBits.count() > MAX_POINTERS) {
838 if (pointerCount > MAX_POINTERS) {
839 pointerCount = MAX_POINTERS;

Completed in 160 milliseconds