summaryrefslogtreecommitdiffstats
path: root/tests/sketch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sketch')
-rw-r--r--tests/sketch/src/com/android/gesture/example/GestureEntry.java3
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) {