Searched refs:Movement (Results 1 – 25 of 36) sorted by relevance
12
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVelocityTracker.java | 18 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/ |
D | editor_application.cpp | 61 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/ |
D | editor.cpp | 126 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/ |
D | editor.h | 62 enum class Movement { enum 73 TextPosition move(Editor::Movement move, Editor::TextPosition pos) const;
|
/external/llvm-project/mlir/docs/ |
D | Bufferization.md | 458 ### Movement and Placement of Allocations
|
/external/libexif/po/ |
D | en_AU.po | 2722 msgid "Direction of Movement" 2723 msgstr "Direction of Movement"
|
D | en_GB.po | 2722 msgid "Direction of Movement" 2723 msgstr "Direction of Movement"
|
D | libexif-12.pot | 2645 msgid "Direction of Movement"
|
D | uk.po | 2648 msgid "Direction of Movement"
|
D | ja.po | 2658 msgid "Direction of Movement"
|
D | be.po | 2649 msgid "Direction of Movement"
|
D | sq.po | 2649 msgid "Direction of Movement"
|
D | tr.po | 2649 msgid "Direction of Movement"
|
D | en_CA.po | 2654 msgid "Direction of Movement"
|
D | ru.po | 2707 msgid "Direction of Movement"
|
D | zh_CN.po | 2649 msgid "Direction of Movement"
|
D | sr.po | 2690 msgid "Direction of Movement"
|
D | pt.po | 2649 msgid "Direction of Movement"
|
D | pt_BR.po | 2657 msgid "Direction of Movement"
|
D | sv.po | 2700 msgid "Direction of Movement"
|
D | fr.po | 2823 msgid "Direction of Movement"
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1381 // Data Movement (Load / Store, Move)
|
/external/protobuf/ |
D | CHANGES.txt | 280 * Movement towards working with .NET 3.5 and Unity
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1529 // Data Movement (Load / Store, Move)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1529 // Data Movement (Load / Store, Move)
|
12