Home
last modified time | relevance | path

Searched refs:onNativeTouch (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java430 public static native void onNativeTouch(int touchDevId, int pointerFingerId, in onNativeTouch() method in SDLActivity
1327 SDLActivity.onNativeTouch(touchDevId, pointerFingerId, action, x, y, p); in onTouch()
1351 SDLActivity.onNativeTouch(touchDevId, pointerFingerId, action, x, y, p); in onTouch()
1365 … SDLActivity.onNativeTouch(touchDevId, pointerFingerId, MotionEvent.ACTION_UP, x, y, p); in onTouch()