Searched refs:createArray (Results 1 – 3 of 3) sorted by relevance
67 MotionEvent.PointerProperties.createArray(2); in testFail_multiPointer()70 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testFail_multiPointer()83 MotionEvent.PointerProperties.createArray(2); in testPass_multiPointerDragDown()86 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testPass_multiPointerDragDown()
1510 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()1511 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()3729 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords4023 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
1019 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()1020 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()