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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1307 gSharedTempPointerCoords = PointerCoords.createArray(capacity);
1308 gSharedTempPointerProperties = PointerProperties.createArray(capacity);
3192 public static PointerCoords[] createArray(int size) { method in class:MotionEvent.PointerCoords
3485 public static PointerProperties[] createArray(int size) { method in class:MotionEvent.PointerProperties

Completed in 771 milliseconds