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/brightline/
DPointerCountClassifierTest.java65 MotionEvent.PointerProperties.createArray(2); in testFail_multiPointer()
68 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testFail_multiPointer()
/frameworks/base/core/java/android/view/
DMotionEvent.java1510 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()
1511 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()
3728 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords
4022 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java1019 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
1020 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()