Searched refs:createTestLocationEvent (Results 1 – 3 of 3) sorted by relevance
98 DragEvent locationEvent = DragEvents.createTestLocationEvent(3, 4); in testDragLocation_notCrashWithoutBackground()108 DragEvent locationEvent = DragEvents.createTestLocationEvent(x, y); in testDragLocation_setHotSpotOnBackground()
163 final DragEvent testEvent = DragEvents.createTestLocationEvent(x, y); in triggerDragLocationEvent()
35 public static DragEvent createTestLocationEvent(float x, float y) { in createTestLocationEvent() method in DragEvents