/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/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 98 private final boolean drag; field in SwipeAction 115 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis) { in SwipeAction() argument 116 this(direction, steps, drag, timeoutMillis, 0.1F, 0.1F, 0.1F, 0.1F); in SwipeAction() 131 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis, in SwipeAction() argument 136 this.drag = drag; in SwipeAction() 195 if (drag) { in perform() 202 if (drag) { in perform() 215 if (drag) { in toString()
|
/external/walt/pywalt/ |
D | README.md | 5 * Currently supprots tap and drag (scroll) latency measurements 16 Run the touchpad drag latency test using WALT Latency Timer 24 -t TYPE, --type TYPE Test type: drag|tap|screen|sanity|curve|bridge 25 (default: drag) 66 See the [drag latency section](../docs/usage/WALT_usage.md#dragscroll-latency) in Android app usage… 68 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de… 77 #./walt.py -t drag -i 4 -n 20 78 Starting drag latency test
|
/external/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 34 return device.drag(self.start, self.end, self.duration, self.points) 121 device.drag((300, 300), (300, 350), 1, 10) # Dummy action to force a draw. 152 device.drag((600, 600), (10, 10), 0.2, 10)
|
/external/skqp/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 34 return device.drag(self.start, self.end, self.duration, self.points) 121 device.drag((300, 300), (300, 350), 1, 10) # Dummy action to force a draw. 152 device.drag((600, 600), (10, 10), 0.2, 10)
|
/external/walt/docs/ |
D | DragLatency.md | 5 For drag (or scroll) latency WALT uses a laser that shines across the touch device and hits a detec… 15 ![Drag/scroll latency measurement](usage/images/drag.png)
|
/external/v8/tools/turbolizer/src/ |
D | turbo-visualizer.ts | 135 let dragResizeLeft = d3.drag() 153 let dragResizeRight = d3.drag()
|
D | graph-view.ts | 48 drag: d3.DragBehavior<any, GNode, GNode>; property in GraphView 152 graph.drag = d3.drag<any, GNode, GNode>() 755 .call(graph.drag)
|
/external/skia/samplecode/ |
D | SampleDegenerateQuads.cpp | 442 this->drag(&points[fIndex]); in doClick() 445 this->drag(&points[i]); in doClick() 454 void drag(SkPoint* point) { in drag() function in DegenerateQuadSample::Click
|
/external/icu/icu4c/source/data/locales/ |
D | ast.txt | 408 "dragón", 422 "dragón", 436 "dragón", 454 "dragón de tierra yang", 466 "dragón de metal yang", 478 "dragón d’agua yang", 490 "dragón de madera yang", 502 "dragón de fueu yang", 550 "dragón de tierra yang", 562 "dragón de metal yang", [all …]
|
/external/freetype/builds/atari/ |
D | README.TXT | 10 Simply drag the whole FreeType 2 directory to the file `FNames.SIC'.)
|
/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 doubleclick
|
/external/wayland/ |
D | README | 14 protocol also handles drag and drop, selections, window management and
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | chr-t-ro.txt | 44 drag ᏗᎳᎩ
|
D | ro-fonipa-t-ro.txt | 44 drag draɡ
|
/external/python/cpython2/Doc/library/ |
D | othergui.rst | 39 low-level device context drawing, drag and drop, system clipboard access,
|
/external/python/cpython3/Doc/library/ |
D | othergui.rst | 46 low-level device context drawing, drag and drop, system clipboard access,
|
/external/avb/ |
D | Android.bp | 101 // on only libc and doesn't drag in any other dependencies.
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 20 * Optional: laser pointer for measuring touch drag latency 244 ![Drag/scroll latency measurement](images/drag.png)
|
/external/python/cpython3/Tools/pynche/ |
D | README | 154 selected color while you drag along any variation strip (this will 227 drag it through some text.
|
/external/python/cpython2/Tools/pynche/ |
D | README | 154 selected color while you drag along any variation strip (this will 227 drag it through some text.
|
/external/perfetto/ui/src/assets/ |
D | common.scss | 259 &.drag { class
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 616 Adds a shell extension to the launcher so that drag and drop works
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1201 DragReference drag; in WinObj_TrackWindowProxyFromExistingDrag() local 1208 DragObj_Convert, &drag, in WinObj_TrackWindowProxyFromExistingDrag() 1213 drag, in WinObj_TrackWindowProxyFromExistingDrag()
|