Home
last modified time | relevance | path

Searched refs:createArray (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DPointerCountClassifierTest.java69 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DPointerIconTest.java290 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createHoverEvent()
294 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createHoverEvent()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DHandwritingInitiatorPerfTest.java213 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createMotionEvent()
216 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createMotionEvent()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java201 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java1675 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.PointerCoords
4591 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java823 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createStylusEvent()
826 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createStylusEvent()