Home
last modified time | relevance | path

Searched refs:GestureConstants (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureStore.java34 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()
H A DGestureConstants.java19 interface GestureConstants { interface
H A DGesture.java294 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()
H A DGestureLibraries.java23 import static android.gesture.GestureConstants.*;
H A DGestureUtils.java27 import static android.gesture.GestureConstants.*;