HomeSort by relevance Sort by last modified time
    Searched refs:MAX_POINTER_ID (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/input/
VelocityTracker.h 221 State mPointerState[MAX_POINTER_ID + 1];
InputTransport.h 357 int32_t idToIndex[MAX_POINTER_ID + 1];
Input.h 89 #define MAX_POINTER_ID 31
  /frameworks/base/services/input/
InputReader.h 754 uint32_t idToIndex[MAX_POINTER_ID + 1];
790 uint32_t idToIndex[MAX_POINTER_ID + 1];
    [all...]
InputDispatcher.cpp 157 if (id < 0 || id > MAX_POINTER_ID) {
159 id, MAX_POINTER_ID);
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 116 if (id >= 0 && id <= MAX_POINTER_ID && mCalculatedIdBits.hasBit(id)) {
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 226 pointerProperties[0].id = MAX_POINTER_ID + 1;
233 << "Should reject motion events with pointer ids greater than MAX_POINTER_ID.";

Completed in 121 milliseconds