Home
last modified time | relevance | path

Searched refs:dragging (Results 1 – 25 of 41) sorted by relevance

12

/external/autotest/client/site_tests/touch_TapSettings/
Dcontrol7 PURPOSE = "Test that tap-to-click and tap dragging can be enabled/disabled."
10 dragging does not work when supposed to or works when not supposed to.
21 working, the click count will increase. If tap dragging is working, movement
23 dragging, checking whether they change.
/external/perfetto/ui/src/frontend/
Dtrack_panel.ts52 private dragging = false;
73 const dragClass = this.dragging ? `drag` : '';
128 this.dragging = true;
136 this.dragging = false;
141 if (this.dragging) return;
/external/tensorflow/.github/ISSUE_TEMPLATE/
D60-tflite-converter-issue.md24 (You can paste links or attach files by dragging & dropping them below)
32 (You can paste links or attach files by dragging & dropping them below)
/external/skqp/tools/viewer/
DViewer.cpp1408 const ImVec2& pos, const ImVec2& size, bool* dragging) { in ImGui_DragPoint() argument
1423 *dragging = true; in ImGui_DragPoint()
1443 bool dragging = false; in ImGui_DragLocation() local
1444 ImVec2 tl = ImGui_DragPoint("SL", pt + 0, pos, size, &dragging); in ImGui_DragLocation()
1450 return dragging; in ImGui_DragLocation()
1465 bool dragging = false; in ImGui_DragQuad() local
1466 ImVec2 tl = ImGui_DragPoint("TL", pts + 0, pos, size, &dragging); in ImGui_DragQuad()
1467 ImVec2 tr = ImGui_DragPoint("TR", pts + 1, pos, size, &dragging); in ImGui_DragQuad()
1468 ImVec2 bl = ImGui_DragPoint("BL", pts + 2, pos, size, &dragging); in ImGui_DragQuad()
1469 ImVec2 br = ImGui_DragPoint("BR", pts + 3, pos, size, &dragging); in ImGui_DragQuad()
[all …]
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/
DREADME_MBED.md.tpl34 it by copying the bin to the volume mounted as a USB drive, just by dragging
/external/skqp/site/user/sample/
Dviewer.md27 … (↑) and down (↓) arrows to zoom in and out; clicking and dragging will translate. O…
/external/skia/site/docs/user/sample/
Dviewer.md38 zoom in and out; clicking and dragging will translate. Other display options and a slide
/external/python/cpython3/Doc/using/
Dmac.rst81 launched. Option-dragging allows you to change these for one invocation, or use
/external/grpc-grpc/templates/
DREADME.md153 renderer. That choice enables us to simply render text files without dragging
/external/python/cpython2/Doc/using/
Dmac.rst89 launched. Option-dragging allows you to change these for one invocation, or use
/external/toybox/
DAndroid.bp486 // This doesn't actually prevent us from dragging in libc++ at runtime
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt244 - Allow dragging of the separator between the two list boxes in the
/external/python/cpython3/Lib/idlelib/
DHISTORY.txt244 - Allow dragging of the separator between the two list boxes in the
/external/llvm/docs/
DPhabricator.rst109 to comment on by clicking and dragging the line numbers in the diff pane.
/external/skqp/
Dpublic.bzl246 "src/xml/**/*", # Avoid dragging in expat when not needed.
/external/llvm-project/llvm/docs/
DPhabricator.rst143 to comment on by clicking and dragging the line numbers in the diff pane.
/external/catch2/docs/
Dconfiguration.md212 …t stringify some types from the standard library. This is done to avoid dragging in various standa…
/external/walt/docs/usage/
DWALT_usage.md240 Drag latency is measured by dragging a finger up and down along the screen. The finger interrupts a…
/external/skia/
Dpublic.bzl232 "src/xml/**/*", # Avoid dragging in expat when not needed.
/external/python/cpython2/Tools/pynche/
DREADME153 Click on "Update while dragging" if you want Pynche to update the
/external/python/cpython3/Tools/pynche/
DREADME153 Click on "Update while dragging" if you want Pynche to update the
/external/python/cpython2/Mac/
DREADME270 GUI-things. Keep the ``Option`` key depressed while dragging or double-clicking
/external/python/cpython3/Mac/
DREADME.rst278 GUI-things. Keep the ``Option`` key depressed while dragging or double-clicking
/external/libaom/libaom/
DCMakeLists.txt418 # aom_entropy_optimizer.c won't work on macos, but dragging in all the
/external/python/cpython2/Doc/library/
Dtix.rst396 the sizes of the panes by dragging the resize handle between two panes.

12