Searched refs:mouseAction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
H A DJniInterface.java304 public static void mouseAction(int x, int y, int whichButton, boolean buttonDown) { method in class:JniInterface
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopView.java303 JniInterface.mouseAction((int)coordinates[0], (int)coordinates[1], button, pressed);

Completed in 91 milliseconds