Home
last modified time | relevance | path

Searched refs:createTestLocationEvent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DItemDragListenerTest.java98 DragEvent locationEvent = DragEvents.createTestLocationEvent(3, 4); in testDragLocation_notCrashWithoutBackground()
108 DragEvent locationEvent = DragEvents.createTestLocationEvent(x, y); in testDragLocation_setHotSpotOnBackground()
DDragScrollListenerTest.java163 final DragEvent testEvent = DragEvents.createTestLocationEvent(x, y); in triggerDragLocationEvent()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DDragEvents.java35 public static DragEvent createTestLocationEvent(float x, float y) { in createTestLocationEvent() method in DragEvents