Searched refs:sPointerCoords (Results 1 – 1 of 1) sorted by relevance
341 private static PointerCoords[] sPointerCoords; field in GestureDescription.MotionEventGenerator401 if ((sPointerCoords == null) || (sPointerCoords.length < requiredCapacity)) { in getPointerCoords()402 sPointerCoords = new PointerCoords[requiredCapacity]; in getPointerCoords()404 sPointerCoords[i] = new PointerCoords(); in getPointerCoords()407 return sPointerCoords; in getPointerCoords()