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 | 89 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
|
D | Window.cpp | 53 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 | 229 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
|
D | Viewer.cpp | 3449 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 | 337 bool onKey(skui::Key key, in onKey() function
|