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

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

Completed in 2188 milliseconds