Home
last modified time | relevance | path

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

/aosp12/art/benchmark/type-check/src/
H A DTypeCheckBenchmark.java108 public static Object[] createArray(int level) { in createArray() method in TypeCheckBenchmark
132 Object[] arr1 = createArray(1);
133 Object[] arr2 = createArray(2);
134 Object[] arr3 = createArray(3);
135 Object[] arr9 = createArray(9);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A 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()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java201 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
/aosp12/frameworks/base/core/java/android/view/
H A 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
4231 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...