HomeSort by relevance Sort by last modified time
    Searched refs:mouse_move (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/tests/kvm/tests/
stepmaker.py 232 self.vm.monitor.mouse_move(-8000, -8000)
234 self.vm.monitor.mouse_move(words[1], words[2])
283 self.vm.monitor.mouse_move(-8000, -8000)
285 self.vm.monitor.mouse_move(self.mouse_click_coords[0],
  /external/opencv3/modules/highgui/src/
window_QT.h 370 enum type_mouse_event { mouse_up = 0, mouse_down = 1, mouse_dbclick = 2, mouse_move = 3 }; enumerator in enum:type_mouse_event
375 {CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE, CV_EVENT_MOUSEMOVE} //mouse_move
window_QT.cpp     [all...]
  /external/autotest/client/virt/
kvm_monitor.py 384 def mouse_move(self, dx, dy): member in class:HumanMonitor
392 return self.cmd("mouse_move %d %d" % (dx, dy))

Completed in 79 milliseconds