Searched refs:createArray (Results 1 – 2 of 2) sorted by relevance
1430 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()1431 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()3394 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords3687 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
989 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()990 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()