OSDN Git Service

Merge commit 'b3f66877' into afdmerge
authorJeff Sharkey <jsharkey@android.com>
Mon, 29 Apr 2013 22:29:13 +0000 (15:29 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 29 Apr 2013 22:29:13 +0000 (15:29 -0700)
Change-Id: I319863cf23b2e6eacfa4508f7b111fba7b1cbc24

1  2 
cmds/input/src/com/android/commands/input/Input.java
core/java/android/webkit/BrowserFrame.java
tools/aapt/Main.cpp

@@@ -249,10 -237,9 +251,10 @@@ public class Input 
      private void showUsage() {
          System.err.println("usage: input ...");
          System.err.println("       input text <string>");
-         System.err.println("       input keyevent <key code number or name>");
+         System.err.println("       input keyevent <key code number or name> ...");
 -        System.err.println("       input [touchscreen|touchpad] tap <x> <y>");
 -        System.err.println("       input [touchscreen|touchpad] swipe <x1> <y1> <x2> <y2>");
 +        System.err.println("       input [touchscreen|touchpad|touchnavigation] tap <x> <y>");
 +        System.err.println("       input [touchscreen|touchpad|touchnavigation] swipe "
 +                + "<x1> <y1> <x2> <y2> [duration(ms)]");
          System.err.println("       input trackball press");
          System.err.println("       input trackball roll <dx> <dy>");
      }
Simple merge