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

  /frameworks/base/services/input/
InputReader.h 659 uint32_t idToIndex[MAX_POINTER_ID + 1];
695 uint32_t idToIndex[MAX_POINTER_ID + 1];
    [all...]
InputDispatcher.cpp 166 if (id < 0 || id > MAX_POINTER_ID) {
168 id, MAX_POINTER_ID);
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 113 if (id >= 0 && id <= MAX_POINTER_ID && mCalculatedIdBits.hasBit(id)) {
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 225 pointerProperties[0].id = MAX_POINTER_ID + 1;
232 << "Should reject motion events with pointer ids greater than MAX_POINTER_ID.";
  /frameworks/base/include/ui/
Input.h 82 #define MAX_POINTER_ID 31

Completed in 829 milliseconds