Searched refs:sPointerProps (Results 1 – 1 of 1) sorted by relevance
342 private static PointerProperties[] sPointerProps; field in GestureDescription.MotionEventGenerator411 if ((sPointerProps == null) || (sPointerProps.length < requiredCapacity)) { in getPointerProps()412 sPointerProps = new PointerProperties[requiredCapacity]; in getPointerProps()414 sPointerProps[i] = new PointerProperties(); in getPointerProps()417 return sPointerProps; in getPointerProps()