Searched refs:MAX_POINTER_COUNT (Results 1 – 4 of 4) sorted by relevance
42 public static final int MAX_POINTER_COUNT = 32; field in TouchState410 private final PointerDownInfo[] mReceivedPointers = new PointerDownInfo[MAX_POINTER_COUNT];430 for (int i = 0; i < MAX_POINTER_COUNT; ++i) { in clear()575 for (int i = 0; i < MAX_POINTER_COUNT; i++) { in toString()
21 import static com.android.server.accessibility.gestures.TouchState.MAX_POINTER_COUNT;195 for (int i = 0; i < MAX_POINTER_COUNT; i++) { in toString()
1398 if (pointerId < 0 || pointerId > TouchState.MAX_POINTER_COUNT in requestDragging()
102 private static final int MAX_POINTER_COUNT = 32; field in TouchInteractionController295 if (pointerId < 0 || pointerId > MAX_POINTER_COUNT) { in requestDragging()390 return MAX_POINTER_COUNT; in getMaxPointerCount()