Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
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()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DEventDispatcher.java201 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java1539 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()
1540 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()
3907 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords
4201 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties