Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1430 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()
1431 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()
3394 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords
3687 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java989 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
990 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()