Home
last modified time | relevance | path

Searched refs:Movement (Results 1 – 25 of 36) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java18 private final Movement[] movements = new Movement[HISTORY_SIZE];
30 movements[i] = new Movement(); in maybeInitialize()
41 for (Movement movement : movements) { in clear()
74 Movement newestMovement = movements[curIndex]; in computeCurrentVelocity()
88 Movement nextOldestMovement = movements[nextOldestIndex]; in computeCurrentVelocity()
99 Movement oldestMovement = movements[oldestIndex]; in computeCurrentVelocity()
107 Movement movement = movements[index]; in computeCurrentVelocity()
159 private static class Movement { class in ShadowVelocityTracker
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp61 static Editor::Movement convert(skui::Key key) { in convert()
63 case skui::Key::kLeft: return Editor::Movement::kLeft; in convert()
64 case skui::Key::kRight: return Editor::Movement::kRight; in convert()
65 case skui::Key::kUp: return Editor::Movement::kUp; in convert()
66 case skui::Key::kDown: return Editor::Movement::kDown; in convert()
67 case skui::Key::kHome: return Editor::Movement::kHome; in convert()
68 case skui::Key::kEnd: return Editor::Movement::kEnd; in convert()
69 default: return Editor::Movement::kNowhere; in convert()
203 return this->moveCursor(Editor::Movement::kRight); in onChar()
274 bool moveCursor(Editor::Movement m, bool shift = false) { in moveCursor()
[all …]
/external/skia/modules/skplaintexteditor/src/
Deditor.cpp126 cursor = this->move(Editor::Movement::kNowhere, cursor); in getLocation()
150 pos = this->move(Editor::Movement::kNowhere, pos); in insert()
175 pos1 = this->move(Editor::Movement::kNowhere, pos1); in remove()
176 pos2 = this->move(Editor::Movement::kNowhere, pos2); in remove()
214 pos1 = this->move(Editor::Movement::kNowhere, pos1); in copy()
215 pos2 = this->move(Editor::Movement::kNowhere, pos2); in copy()
280 Editor::TextPosition Editor::move(Editor::Movement move, Editor::TextPosition pos) const { in move()
299 case Editor::Movement::kNowhere: in move()
301 case Editor::Movement::kLeft: in move()
313 case Editor::Movement::kRight: in move()
[all …]
/external/skia/modules/skplaintexteditor/include/
Deditor.h62 enum class Movement { enum
73 TextPosition move(Editor::Movement move, Editor::TextPosition pos) const;
/external/llvm-project/mlir/docs/
DBufferization.md458 ### Movement and Placement of Allocations
/external/libexif/po/
Den_AU.po2722 msgid "Direction of Movement"
2723 msgstr "Direction of Movement"
Den_GB.po2722 msgid "Direction of Movement"
2723 msgstr "Direction of Movement"
Dlibexif-12.pot2645 msgid "Direction of Movement"
Duk.po2648 msgid "Direction of Movement"
Dja.po2658 msgid "Direction of Movement"
Dbe.po2649 msgid "Direction of Movement"
Dsq.po2649 msgid "Direction of Movement"
Dtr.po2649 msgid "Direction of Movement"
Den_CA.po2654 msgid "Direction of Movement"
Dru.po2707 msgid "Direction of Movement"
Dzh_CN.po2649 msgid "Direction of Movement"
Dsr.po2690 msgid "Direction of Movement"
Dpt.po2649 msgid "Direction of Movement"
Dpt_BR.po2657 msgid "Direction of Movement"
Dsv.po2700 msgid "Direction of Movement"
Dfr.po2823 msgid "Direction of Movement"
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1381 // Data Movement (Load / Store, Move)
/external/protobuf/
DCHANGES.txt280 * Movement towards working with .NET 3.5 and Unity
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1529 // Data Movement (Load / Store, Move)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1529 // Data Movement (Load / Store, Move)

12