Home
last modified time | relevance | path

Searched refs:pointerFingerId (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() argument
1297 int pointerFingerId; in onTouch() local
1318 pointerFingerId = event.getPointerId(i); in onTouch()
1327 SDLActivity.onNativeTouch(touchDevId, pointerFingerId, action, x, y, p); in onTouch()
1342 pointerFingerId = event.getPointerId(i); in onTouch()
1351 SDLActivity.onNativeTouch(touchDevId, pointerFingerId, action, x, y, p); in onTouch()
1356 pointerFingerId = event.getPointerId(i); in onTouch()
1365 … SDLActivity.onNativeTouch(touchDevId, pointerFingerId, MotionEvent.ACTION_UP, x, y, p); in onTouch()