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

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 38 private static final int MAX_TRACKED_POINTERS = 32; // max per input system
52 private final int[] mDownPointerId = new int[MAX_TRACKED_POINTERS];
53 private final float[] mDownX = new float[MAX_TRACKED_POINTERS];
54 private final float[] mDownY = new float[MAX_TRACKED_POINTERS];
55 private final long[] mDownTime = new long[MAX_TRACKED_POINTERS];
183 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 284 milliseconds