Home
last modified time | relevance | path

Searched defs:onKey (Results 1 – 9 of 9) sorted by relevance

/external/skia/tools/sk_app/
DCommandSet.cpp38 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
DWindow.h105 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
DWindow.cpp47 bool Window::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::Window
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java100 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() method in TerminalKeyListener
/external/skia/experimental/sktext/editor/
DEditor.cpp203 bool Editor::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in skia::editor::Editor
/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { in onKey() method in KeyboardConfigDialogPreference
/external/skia/tools/viewer/
DImGuiLayer.cpp221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
DViewer.cpp3118 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp302 bool onKey(skui::Key key, in onKey() function