Searched defs:onKey (Results 1 – 8 of 8) sorted by relevance
| /external/skia/tools/sk_app/ |
| D | CommandSet.cpp | 45 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
|
| D | Window.h | 115 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
|
| D | Window.cpp | 52 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/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 | 228 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
|
| D | Viewer.cpp | 3355 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 | 335 bool onKey(skui::Key key, in onKey() function
|