Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
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()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DHandwritingInitiatorPerfTest.java218 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createMotionEvent()
221 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createMotionEvent()
/frameworks/base/core/tests/coretests/src/android/widget/
DPointerIconTest.java290 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createHoverEvent()
294 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createHoverEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DEventDispatcher.java220 PointerProperties[] props = PointerProperties.createArray(pointerCount); in offsetEvent()
221 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java1794 gSharedTempPointerCoords = PointerCoords.createArray(capacity); in ensureSharedTempPointerCapacity()
1795 gSharedTempPointerProperties = PointerProperties.createArray(capacity); in ensureSharedTempPointerCapacity()
4289 public static PointerCoords[] createArray(int size) { in createArray() method in MotionEvent.PointerCoords
4644 public static PointerProperties[] createArray(int size) { in createArray() method in MotionEvent.PointerProperties
/frameworks/base/core/tests/coretests/src/android/view/stylus/
DHandwritingInitiatorTest.java926 MotionEvent.PointerProperties[] properties = MotionEvent.PointerProperties.createArray(1); in createStylusEvent()
929 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createStylusEvent()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java143 MotionEvent.PointerProperties.createArray(1);
145 MotionEvent.PointerCoords.createArray(1);