am 94ef4991: Merge change 25502 into eclair

Merge commit '94ef49918240cedaa559ad7f7752d20cf4d1668b' into eclair-plus-aosp

* commit '94ef49918240cedaa559ad7f7752d20cf4d1668b':
  Fix typo
This commit is contained in:
Marco Nelissen
2009-09-17 10:23:32 -07:00
committed by Android Git Automerger

View File

@@ -321,7 +321,7 @@ public abstract class WallpaperService extends Service {
* Called as the user performs touch-screen interaction with the * Called as the user performs touch-screen interaction with the
* window that is currently showing this wallpaper. Note that the * window that is currently showing this wallpaper. Note that the
* events you receive here are driven by the actual application the * events you receive here are driven by the actual application the
* user is interacting with, so if it is slow you will get viewer * user is interacting with, so if it is slow you will get fewer
* move events. * move events.
*/ */
public void onTouchEvent(MotionEvent event) { public void onTouchEvent(MotionEvent event) {