Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/
DCommandSet.cpp45 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
DWindow.h89 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
DWindow.cpp53 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/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.cpp229 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
DViewer.cpp3449 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp337 bool onKey(skui::Key key, in onKey() function