Searched refs:mouse (Results 1 – 25 of 134) sorted by relevance
123456
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 6 up_slow - Scroll the mouse wheel up slowly to record multiple scrolls. 7 up_fast - Scroll the mouse wheel up fast to record multiple scrolls. 8 up_1 - Scroll the mouse wheel up (one gear up) to record single scroll. 9 down_slow - Scroll the mouse wheel down slowly to record scrolls. 10 down_fast - Scroll the mouse wheel down fast to record multiple scrolls. 11 down_1 - Scroll the mouse wheel down (one gear down) to record single scroll. 13 To record horizontal scrolls, please emulate a mouse which has this feature and 16 right_slow - Scroll the mouse ball right slowly to record multiple scrolls. 17 right_fast - Scroll the mouse ball right fast to record multiple scrolls. 18 right_1 - Scroll the mouse ball right (one gear right) to record single scroll. [all …]
|
D | control | 7 PURPOSE = "Test that USB mouse scrolling occurs and in the correct direction." 9 This test will fail if, after playback of emulated mouse events, the scrolling 20 Uses a mouse description file to emulate a USB mouse. Plays back a single
|
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/ |
D | py_mouse_handling.markdown | 7 - Learn to handle mouse events in OpenCV 16 First we create a mouse callback function which is executed when a mouse event take place. Mouse 17 event can be anything related to mouse like left-button down, left-button up, left-button 18 double-click etc. It gives us the coordinates (x,y) for every mouse event. With this event and 26 Creating mouse callback function has a specific format which is same everywhere. It differs only in 27 what the function does. So our mouse callback function does one thing, it draws a circle where we 33 # mouse callback function 53 the mode we select) by dragging the mouse like we do in Paint application. So our mouse callback 61 drawing = False # true if mouse is pressed 65 # mouse callback function [all …]
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | simplechinese.txt | 7 …WinCALIS 是 CALIS 的延伸,涵盖了更多的功能。比如:运用视窗 (window) 及滑鼠 (mouse),让教师及学生更为有效地操作;"拼音更正 "(spelling check) 提… 10 …c)及录像机所产生的生动画面融入教学,让课程更为生动活泼。同时WinCALIS提供了不同语言的键盘输入,用者可以很容易地同时使用多种语言,只需透过滑鼠(mouse)来选择即可从一种语言到另一种语言。
|
/external/eigen/demos/mandelbrot/ |
D | README | 4 * Left mouse button to center view at a point. 5 * Drag vertically with left mouse button to zoom in and out.
|
/external/opencv3/samples/cpp/ |
D | select3dobj.cpp | 203 MouseEvent mouse; in select3DBox() local 205 setMouseCallback(windowname, onMouse, &mouse); in select3DBox() 217 bool dragging = (mouse.buttonState & EVENT_FLAG_LBUTTON) != 0; in select3DBox() 220 if( (mouse.event == EVENT_LBUTTONDOWN || in select3DBox() 221 mouse.event == EVENT_LBUTTONUP || in select3DBox() 224 Point2f m = mouse.pt; in select3DBox() 264 if( (npt == 0 && mouse.event == EVENT_LBUTTONDOWN) || in select3DBox() 266 mouse.event == EVENT_LBUTTONUP) ) in select3DBox() 277 mouse.event = -1; in select3DBox()
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | control | 26 - An emulated mouse, implemented by subclassing touch_playback_test_base 29 - A mouse move and button click event stream stored in the 30 "button_click.event" file. The pair of this and the emulated mouse
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 13 center_cursor - Use mouse to move the mouse pointer to center of the screen.
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | README | 17 center_cursor - Use mouse to move the mouse pointer to center of the screen.
|
D | control | 21 Uses javascript page to listen for mouse clicks and drags. If tap-to-click is
|
/external/skia/platform_tools/android/tests/expectations/ |
D | animals.txt | 4 mouse \
|
D | animals_append.txt | 4 mouse \
|
/external/v8/tools/blink_tests/ |
D | TestExpectations | 1 [ Linux ] virtual/pointerevent/fast/events/mouse-cursor-style-change-iframe.html [ Skip ]
|
/external/opencv3/doc/py_tutorials/py_gui/ |
D | py_table_of_contents_gui.markdown | 22 mouse
|
/external/skia/src/views/mac/ |
D | SkNSView.mm | 273 if ([self mouse:p inRect:[self bounds]] && fWind) { 288 if ([self mouse:p inRect:[self bounds]] && fWind) { 303 if ([self mouse:p inRect:[self bounds]] && fWind) { 318 if ([self mouse:p inRect:[self bounds]] && fWind) {
|
/external/autotest/client/tests/kvm/unattended/ |
D | RHEL-3-series.ks | 17 mouse generic3ps/2
|
/external/fonttools/Windows/ |
D | fonttools-win-setup.txt | 9 Explorer. Click on any OTF, TTF or TTX file with the right mouse button,
|
/external/opencv3/doc/py_tutorials/ |
D | py_tutorials.markdown | 10 …Here you will learn how to display and save images and videos, control mouse events and create tra…
|
/external/autotest/client/tests/kvm/steps/ |
D | DSL-4.2.5.steps | 246 # USB mouse? no 254 # IMPS/2 mouse? no 262 # ps2 mouse
|
D | Win7-64-rss.steps | 43 # Open right mouse click menu
|
/external/fio/tools/plot/ |
D | graph3D.gpm | 67 set mouse
|
/external/libvncserver/ |
D | README | 28 whereas when you drag the mouse while clicked you draw a line. The size of the 29 blot depends on the mouse button you click. Open a second vncviewer with 35 that your mouse sits still, because everytime the mouse moves, the cursor is 114 To set the mouse coordinates (or emulate mouse clicks), call 179 is called when the mouse moves or a button is pressed.
|
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/ |
D | windows_visual_studio_image_watch.markdown | 128 *Image Viewer* on the right. The viewer lets you pan (drag mouse) and zoom (mouse wheel). It also 129 displays the pixel coordinate and value at the current mouse position.
|
/external/pdfium/public/ |
D | fpdf_fwlevent.h | 271 struct FWL_EVENT_MOUSE mouse; member
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_mac.mm | 111 // Find the dpi to physical pixel scale for the screen where the mouse cursor 121 // if the current mouse position is covered by another window and also adjust
|
123456