Searched refs:createArray (Results 1 – 7 of 7) 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()
218 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createMotionEvent()221 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createMotionEvent()
290 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createHoverEvent()294 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createHoverEvent()
220 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()221 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
1794 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()1795 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()4289 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords4644 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
926 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createStylusEvent()929 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createStylusEvent()
143 MotionEvent.PointerProperties.createArray(1);145 MotionEvent.PointerCoords.createArray(1);