Searched refs:GestureConstants (Results 1 – 5 of 5) sorted by relevance
34 import static android.gesture.GestureConstants.LOG_TAG;237 new BufferedOutputStream(stream, GestureConstants.IO_BUFFER_SIZE)); in save()282 new BufferedInputStream(stream, GestureConstants.IO_BUFFER_SIZE)); in load()
19 interface GestureConstants { interface
294 Log.e(GestureConstants.LOG_TAG, "Error reading Gesture from parcel:", e);316 new ByteArrayOutputStream(GestureConstants.IO_BUFFER_SIZE); in writeToParcel()323 Log.e(GestureConstants.LOG_TAG, "Error writing Gesture to parcel:", e); in writeToParcel()
21 import static android.gesture.GestureConstants.*;
27 import static android.gesture.GestureConstants.*;