Home
last modified time | relevance | path

Searched refs:drag (Results 1 – 25 of 45) sorted by relevance

12

/external/autotest/client/site_tests/touch_TapSettings/
DREADME1 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,
10drag your finger to the right to record a drag action.
/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java98 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/
DREADME.md5 * 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/
Dandroid_skp_capture.py34 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/
Dandroid_skp_capture.py34 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/
DDragLatency.md5 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/
Dturbo-visualizer.ts135 let dragResizeLeft = d3.drag()
153 let dragResizeRight = d3.drag()
Dgraph-view.ts48 drag: d3.DragBehavior<any, GNode, GNode>; property in GraphView
152 graph.drag = d3.drag<any, GNode, GNode>()
755 .call(graph.drag)
/external/skia/samplecode/
DSampleDegenerateQuads.cpp442 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/
Dast.txt408 "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/
DREADME.TXT10 Simply drag the whole FreeType 2 directory to the file `FNames.SIC'.)
/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m25 // If we were opened because of a file drag or doubleclick
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m25 // If we were opened because of a file drag or doubleclick
/external/wayland/
DREADME14 protocol also handles drag and drop, selections, window management and
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dchr-t-ro.txt44 drag ᏗᎳᎩ
Dro-fonipa-t-ro.txt44 drag draɡ
/external/python/cpython2/Doc/library/
Dothergui.rst39 low-level device context drawing, drag and drop, system clipboard access,
/external/python/cpython3/Doc/library/
Dothergui.rst46 low-level device context drawing, drag and drop, system clipboard access,
/external/avb/
DAndroid.bp101 // on only libc and doesn't drag in any other dependencies.
/external/walt/docs/usage/
DWALT_usage.md20 * Optional: laser pointer for measuring touch drag latency
244 ![Drag/scroll latency measurement](images/drag.png)
/external/python/cpython3/Tools/pynche/
DREADME154 selected color while you drag along any variation strip (this will
227 drag it through some text.
/external/python/cpython2/Tools/pynche/
DREADME154 selected color while you drag along any variation strip (this will
227 drag it through some text.
/external/perfetto/ui/src/assets/
Dcommon.scss259 &.drag { class
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst616 Adds a shell extension to the launcher so that drag and drop works
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1201 DragReference drag; in WinObj_TrackWindowProxyFromExistingDrag() local
1208 DragObj_Convert, &drag, in WinObj_TrackWindowProxyFromExistingDrag()
1213 drag, in WinObj_TrackWindowProxyFromExistingDrag()

12