Home
last modified time | relevance | path

Searched defs:moveCursor (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/sktext/editor/
DEditor.cpp71 bool Editor::moveCursor(skui::Key key) { in moveCursor() function in skia::editor::Editor
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp274 bool moveCursor(Editor::Movement m, bool shift = false) { in moveCursor() function
/external/jline/src/src/main/java/jline/
DConsoleReader.java1502 public final int moveCursor(final int num) throws IOException { in moveCursor() method in ConsoleReader