Home
last modified time | relevance | path

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

/external/skia/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.h149 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; } in onKey() function
/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/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(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifier… in onKey() function in ImGuiLayer
DViewer.cpp2167 bool Viewer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t 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