/external/skia/tools/sk_app/ |
D | CommandSet.cpp | 38 bool CommandSet::onKey(Window::Key key, Window::InputState state, uint32_t modifiers) { in onKey() function in sk_app::CommandSet
|
D | Window.cpp | 48 bool Window::onKey(Key key, InputState state, uint32_t modifiers) { in onKey() function in sk_app::Window
|
D | Window.h | 149 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; } in onKey() function
|
/external/skqp/tools/sk_app/ |
D | CommandSet.cpp | 38 bool CommandSet::onKey(Window::Key key, Window::InputState state, uint32_t modifiers) { in onKey() function in sk_app::CommandSet
|
D | Window.cpp | 48 bool Window::onKey(Key key, InputState state, uint32_t modifiers) { in onKey() function in sk_app::Window
|
D | Window.h | 146 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; } in onKey() function
|
/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/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 178 bool ImGuiLayer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifier… in onKey() function in ImGuiLayer
|
D | Viewer.cpp | 2181 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/ |
D | ImGuiLayer.cpp | 187 bool ImGuiLayer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifier… in onKey() function in ImGuiLayer
|
D | Viewer.cpp | 2167 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/ |
D | KeyboardConfigDialogPreference.java | 211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { in onKey() method in KeyboardConfigDialogPreference
|