Searched refs:createArray (Results 1 – 2 of 2) sorted by relevance
1457 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()1458 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()3475 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords3768 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
1002 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()1003 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()