Home
last modified time | relevance | path

Searched refs:dragging (Results 1 – 25 of 35) 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.ts39 private dragging = false;
48 const dragClass = this.dragging ? `.drag` : '';
81 this.dragging = true;
89 this.dragging = false;
94 if (this.dragging) return;
/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/experimental/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/user/sample/
Dviewer.md27 … (↑) and down (↓) arrows to zoom in and out; clicking and dragging will translate. O…
/external/python/cpython3/Doc/using/
Dmac.rst82 launched. Option-dragging allows you to change these for one invocation, or use
/external/python/cpython2/Doc/using/
Dmac.rst89 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/toybox/
DAndroid.bp252 // This doesn't actually prevent us from dragging in libc++ at runtime
/external/skia/site/user/modules/
Dcanvaskit.md344 skcanvas.drawText('Try dragging the box!', 10, 380, textPaint, bigFont);
/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/swiftshader/third_party/llvm-7.0/llvm/docs/
DPhabricator.rst114 to comment on by clicking and dragging the line numbers in the diff pane.
/external/skia/
Dpublic.bzl246 "src/xml/**/*", # Avoid dragging in expat when not needed.
/external/skqp/
Dpublic.bzl246 "src/xml/**/*", # Avoid dragging in expat when not needed.
/external/catch2/docs/
Dconfiguration.md201 …t stringify some types from the standard library. This is done to avoid dragging in various standa…
/external/walt/docs/usage/
DWALT_usage.md234 Drag latency is measured by dragging a finger up and down along the screen. The finger interrupts a…
/external/python/cpython3/Tools/pynche/
DREADME153 Click on "Update while dragging" if you want Pynche to update the
/external/python/cpython3/Mac/
DREADME268 GUI-things. Keep the ``Option`` key depressed while dragging or double-clicking
/external/libaom/libaom/
DCMakeLists.txt359 # aom_entropy_optimizer.c won't work on macos, but dragging in all the
/external/python/cpython2/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/Doc/library/
Dtkinter.tix.rst384 the sizes of the panes by dragging the resize handle between two panes.

12