Searched defs:onTouch (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
| D | ViewerActivity.java | 141 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in ViewerActivity
|
| /third_party/skia/tools/sk_app/ |
| D | Window.h | 108 virtual bool onTouch(intptr_t owner, skui::InputState, float x, float y) { return false; } in onTouch() function
|
| D | Window.cpp | 59 bool Window::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch() function in sk_app::Window
|
| /third_party/skia/tools/viewer/ |
| D | Viewer.cpp | 1663 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch() function in Viewer
|