Searched refs:native_onTouchInput (Results 1 – 1 of 1) sorted by relevance
27 …public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, in… in native_onTouchInput() method in GameSurfaceView59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()