Searched defs:onKey (Results 1 – 9 of 9) sorted by relevance
/external/skia/tools/sk_app/ |
D | CommandSet.cpp | 38 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
|
D | Window.h | 105 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
|
D | Window.cpp | 47 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/ |
D | TerminalKeyListener.java | 100 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() method in TerminalKeyListener
|
/external/skia/experimental/sktext/editor/ |
D | Editor.cpp | 203 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/ |
D | KeyboardConfigDialogPreference.java | 211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { in onKey() method in KeyboardConfigDialogPreference
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
|
D | Viewer.cpp | 3118 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
|
/external/skia/modules/skplaintexteditor/app/ |
D | editor_application.cpp | 302 bool onKey(skui::Key key, in onKey() function
|