diff options
author | Romain Guy <romainguy@android.com> | 2009-05-22 07:32:41 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-05-22 07:32:41 -0700 |
commit | 380cd96e5d7018cbf43295c9f2f2a33897affd63 (patch) | |
tree | f9c3262cb91eb78413b6eff499cb8cc26ce256fa | |
parent | c0292b04407d93a11ee1412ed52cc5b04642a6f1 (diff) | |
download | frameworks_base-380cd96e5d7018cbf43295c9f2f2a33897affd63.zip frameworks_base-380cd96e5d7018cbf43295c9f2f2a33897affd63.tar.gz frameworks_base-380cd96e5d7018cbf43295c9f2f2a33897affd63.tar.bz2 |
Fix the build
-rw-r--r-- | tests/sketch/src/com/android/gesture/example/GestureEntry.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sketch/src/com/android/gesture/example/GestureEntry.java b/tests/sketch/src/com/android/gesture/example/GestureEntry.java index 200f89f..bc2503c 100644 --- a/tests/sketch/src/com/android/gesture/example/GestureEntry.java +++ b/tests/sketch/src/com/android/gesture/example/GestureEntry.java @@ -108,6 +108,9 @@ public class GestureEntry extends Activity { public void onGestureStarted(GestureOverlayView overlay, MotionEvent event) { overlay.clear(false); } + + public void onGestureCancelled(GestureOverlayView overlay, MotionEvent event) { + } }); if (savedInstanceState != null) { |