Searched refs:deserialize (Results 1 - 10 of 10) 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.cpp39 static SkPicture* deserialize(JNIEnv* env, jobject, jobject jstream, function in class:android::SkPictureGlue
104 {"nativeCreateFromStream", "(Ljava/io/InputStream;[B)I", (void*)SkPictureGlue::deserialize},
H A DNinePatch.cpp75 return (int8_t*) Res_png_9patch::deserialize(storage);
/frameworks/base/include/androidfw/
H A DResourceTypes.h144 static Res_png_9patch* deserialize(const void* data);
/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.cpp295 Res_png_9patch* Res_png_9patch::deserialize(const void* inData) function in class:android::Res_png_9patch
298 ALOGE("Cannot deserialize on non 32-bit system\n");

Completed in 169 milliseconds