Searched refs:createArray (Results 1 – 6 of 6) sorted by relevance
69 MotionEvent.PointerProperties.createArray(2); in testFail_multiPointer()72 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testFail_multiPointer()86 MotionEvent.PointerProperties.createArray(2); in testPass_multiPointerDragDown()89 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testPass_multiPointerDragDown()
290 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createHoverEvent()294 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createHoverEvent()
213 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createMotionEvent()216 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createMotionEvent()
201 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
1675 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()1676 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()4258 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords4591 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
823 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createStylusEvent()826 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createStylusEvent()