Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/
DCommandSet.cpp38 bool CommandSet::onKey(Window::Key key, Window::InputState state, uint32_t modifiers) { in onKey() function in sk_app::CommandSet
DWindow.cpp48 bool Window::onKey(Key key, InputState state, uint32_t modifiers) { in onKey() function in sk_app::Window
DWindow.h146 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; } in onKey() function
/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.h86 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/skqp/tools/viewer/
DImGuiLayer.cpp178 bool ImGuiLayer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifier… in onKey() function in ImGuiLayer
DViewer.cpp2181 bool Viewer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifiers) { in onKey() function in Viewer
/external/skia/tools/viewer/
DImGuiLayer.cpp187 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
DViewer.cpp2477 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { in onKey() method in KeyboardConfigDialogPreference
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp302 bool onKey(skui::Key key, in onKey() function