From 380cd96e5d7018cbf43295c9f2f2a33897affd63 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 22 May 2009 07:32:41 -0700 Subject: [PATCH] Fix the build --- tests/sketch/src/com/android/gesture/example/GestureEntry.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sketch/src/com/android/gesture/example/GestureEntry.java b/tests/sketch/src/com/android/gesture/example/GestureEntry.java index 200f89f037867..bc2503cb4cbc1 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) {