HomeSort by relevance Sort by last modified time
    Searched defs:MAX_POINTERS (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 47 private static final int MAX_POINTERS = 11; // Non-binding maximum
54 new MotionEvent.PointerProperties[MAX_POINTERS];
56 new MotionEvent.PointerCoords[MAX_POINTERS];
  /frameworks/native/include/input/
Input.h 125 #define MAX_POINTERS 16
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 102 milliseconds