Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java27 …public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, in… in native_onTouchInput() method in GameSurfaceView
59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()