From 03f0b21b5a317aa6c0f0cd4d7ac91cabdf379d3e Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 9 Jun 2009 04:15:22 -0700 Subject: [PATCH] Fix several issues in the gestures libraries. This mostly fixes how gestures libraries are saved and loaded. Saving a library twice in a row was erasing the entire library, which was preventing the sketch test app from working propertly. --- api/current.xml | 11 +++++++++ .../android/gesture/GestureLibraries.java | 12 ++++++---- .../android/gesture/GestureOverlayView.java | 23 ++++++++++++------- core/java/android/gesture/GestureStore.java | 8 +++---- 4 files changed, 38 insertions(+), 16 deletions(-) diff --git a/api/current.xml b/api/current.xml index ebbdf39de0d11..8acad9f97fb7f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -47497,6 +47497,17 @@ visibility="public" > + +