Searched refs:MAX_POINTER_COUNT (Results 1 – 3 of 3) sorted by relevance
32 private static final int MAX_POINTER_COUNT = 10; field in PhotoTouchListener53 private float[] pts = new float[MAX_POINTER_COUNT];
39 return MAX_POINTER_COUNT; in getMaxPointerCount()
276 #define MAX_POINTER_COUNT 1 macro