Searched refs:deserialize (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java38 static GesturePoint deserialize(DataInputStream in) throws IOException { method in class:GesturePoint
H A DGesture.java268 static Gesture deserialize(DataInputStream in) throws IOException { method in class:Gesture
277 gesture.addStroke(GestureStroke.deserialize(in));
292 gesture = deserialize(inStream);
H A DGestureStroke.java219 static GestureStroke deserialize(DataInputStream in) throws IOException { method in class:GestureStroke
225 points.add(GesturePoint.deserialize(in));
H A DGestureStore.java322 final Gesture gesture = Gesture.deserialize(in);
/frameworks/base/core/jni/android/graphics/
H A DNinePatchPeeker.cpp32 Res_png_9patch::deserialize(patchNew);
H A DPicture.cpp38 static SkPicture* deserialize(JNIEnv* env, jobject, jobject jstream, function in class:android::SkPictureGlue
103 {"nativeCreateFromStream", "(Ljava/io/InputStream;[B)I", (void*)SkPictureGlue::deserialize},
H A DNinePatch.cpp77 // need to deserialize the chunk
81 Res_png_9patch::deserialize(chunk);
158 // need to deserialize the chunk
162 Res_png_9patch::deserialize(chunk);
H A DBitmapFactory.cpp124 android::Res_png_9patch::deserialize(chunk);
/frameworks/base/include/androidfw/
H A DResourceTypes.h144 static Res_png_9patch* deserialize(const void* data);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp409 Res_png_9patch::deserialize(patch);
/frameworks/base/tools/aapt/
H A DImages.cpp696 // can't deserialize on a non-32 bit system
702 Res_png_9patch* outPatch = inPatch->deserialize(newData);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp296 Res_png_9patch* Res_png_9patch::deserialize(const void* inData) function in class:android::Res_png_9patch
299 ALOGE("Cannot deserialize on non 32-bit system\n");

Completed in 101 milliseconds