/external/python/cpython3/Doc/library/ |
D | tkinter.dnd.rst | 6 :synopsis: Tkinter drag-and-drop interface 15 The :mod:`tkinter.dnd` module provides drag-and-drop support for objects within 18 drag-and-drop process. Typically, you bind a ButtonPress event to a callback 34 #. Call to *<source>.dnd_end(target, event)* to signal end of drag-and-drop 39 The *DndHandler* class handles drag-and-drop events tracking Motion and 44 Cancel the drag-and-drop process. 48 Execute end of drag-and-drop functions. 52 Inspect area below mouse for target objects while drag is performed. 56 Signal end of drag when the release pattern is triggered. 60 Factory function for drag-and-drop process.
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | README | 1 touch_TapSettings test uses two gesture files that do tap and drag functions. 3 motion (i.e. do not record multipe taps or drags). Having the drag stop in the 4 middle of the test (tap and no drag) or multiple drag recording etc would break 8 <DEVICE NAME>_touchpad_Touch ID_tap-drag-right - Tap_drag means: Tap (one full tap) and then half t… 9 … (do not release tap) to start the drag. Without lifting it, 10 … drag your finger to the right to record a drag action.
|
/external/walt/pywalt/ |
D | README.md | 5 * Currently supprots tap and drag (scroll) latency measurements 26 drag|tap|screen|sanity|curve|bridge|tapaudio|tapblink 68 See the [drag latency section](../docs/usage/WALT_usage.md#dragscroll-latency) in Android app usage… 70 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de… 79 #./walt.py -t drag -i 4 -n 20 80 Starting drag latency test
|
/external/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 35 return device.drag(self.start, self.end, self.duration, self.points) 122 device.drag((300, 300), (300, 350), 1, 10) # Arbitrary action to force a draw. 153 device.drag((600, 600), (10, 10), 0.2, 10)
|
/external/rust/crates/anes/src/parser/ |
D | parsers.rs | 170 let drag = cb & 0b0010_0000 == 0b0010_0000; in parse_csi_xterm_mouse() localVariable 172 match (cb & 0b0000_0011, up, drag) { in parse_csi_xterm_mouse() 221 let drag = cb & 0b0100_0000 == 0b0100_0000; in parse_csi_rxvt_mouse() localVariable 223 match (cb & 0b0000_0011, drag) { in parse_csi_rxvt_mouse()
|
/external/walt/docs/ |
D | DragLatency.md | 10 For drag (or scroll) latency WALT uses a laser that shines across the touch device and hits a detec… 16 ![Drag/scroll latency measurement](usage/images/drag.png)
|
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/ |
D | benchmark-data-2.txt | 687 <span class="secno">7.6.2 </span>The drag data store 696 <span class="secno">7.6.9 </span>Security risks in the drag-and-drop model 955 Create a drag data store 958 Current drag operation 1226 Initiate the drag-and-drop operation 1483 The drag data item kind 1484 The drag data item type string 1753 a drag data item kind 1754 a drag data item type\n string 2373 current drag\n operation [all …]
|
/external/pigweed/pw_console/ |
D | testing.rst | 86 - | Mouse drag across a few log messages 92 - | Without scrolling mouse drag across a set 104 - | Mouse drag across a few log messages and 590 - | Mouse drag across a few log messages 637 - | Click and drag over ``copy paste text`` 657 | Mouse drag select that text 661 | match the text you drag selected.
|
/external/angle/third_party/ |
D | BUILD.gn | 10 assert(!is_ios, "This is not used on iOS, don't drag it in unintentionally")
|
/external/skia/platform_tools/android/apps/jetskidemo/src/main/java/org/skia/jetskidemo/ |
D | CubeActivity.java | 123 public void drag(MotionEvent e) { in drag() method in VSphereAnimator 263 mVSphere.drag(e2); in onScroll()
|
/external/skia/tools/viewer/ |
D | DegenerateQuadsSlide.cpp | 468 this->drag(&points[fIndex]); in doClick() 471 this->drag(&points[i]); in doClick() 480 void drag(SkPoint* point) { in drag() function in DegenerateQuadSlide::Click
|
/external/freetype/builds/atari/ |
D | README.TXT | 10 Simply drag the whole FreeType 2 directory to the file `FNames.SIC'.)
|
/external/cronet/third_party/icu/source/data/locales/ |
D | ast.txt | 424 "dragón", 438 "dragón", 452 "dragón", 470 "dragón de tierra yang", 482 "dragón de metal yang", 494 "dragón d’agua yang", 506 "dragón de madera yang", 518 "dragón de fueu yang", 566 "dragón de tierra yang", 578 "dragón de metal yang", [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | ast.txt | 424 "dragón", 438 "dragón", 452 "dragón", 470 "dragón de tierra yang", 482 "dragón de metal yang", 494 "dragón d’agua yang", 506 "dragón de madera yang", 518 "dragón de fueu yang", 566 "dragón de tierra yang", 578 "dragón de metal yang", [all …]
|
/external/wayland/ |
D | README | 14 protocol also handles drag and drop, selections, window management and
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 25 // If we were opened because of a file drag or doubleclick
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 25 // If we were opened because of a file drag or double-click
|
/external/rust/crates/anes/tests/parser/mouse/ |
D | rxvt.rs | 78 fn drag() { in drag() function
|
D | xterm.rs | 89 fn drag() { in drag() function
|
/external/libwebsockets/minimal-examples/http-server/ |
D | README.md | 5 minimal-http-server-deaddrop|Shows how to use the deaddrop drag and drop file upload + sharing plug…
|
/external/google-breakpad/docs/ |
D | mac_breakpad_starter_guide.md | 41 Now drag Breakpad again into this Copy Frameworks phase. Drag it from whereever 153 files? Select them and delete them. (If you drag a bunch of files into your
|
/external/oboe/apps/fxlab/ |
D | README.md | 19 …o will be shown on the main screen (in order from top to bottom). Use the drag handles on the righ…
|
/external/cldr/common/testData/transforms/ |
D | chr-t-ro.txt | 44 drag ᏗᎳᎩ
|
/external/python/cpython2/Doc/library/ |
D | othergui.rst | 39 low-level device context drawing, drag and drop, system clipboard access,
|
/external/perfetto/docs/quickstart/ |
D | callstack-sampling.md | 123 the [Perfetto UI](https://ui.perfetto.dev) and click and drag over one or more
|