Loading tests/sketch/src/com/android/gesture/example/GestureEntry.java +3 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
tests/sketch/src/com/android/gesture/example/GestureEntry.java +3 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading