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.cpp33 Res_png_9patch::deserialize(patchNew);
H A DNinePatch.cpp77 return reinterpret_cast<jlong>(Res_png_9patch::deserialize(storage));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java468 private static <T extends Serializable> T deserialize(byte[] array, Class<T> klass) method in class:RationalTest
481 T serialized = deserialize(arr, klass);
/frameworks/base/include/androidfw/
H A DResourceTypes.h160 static Res_png_9patch* deserialize(void* data);
/frameworks/base/tools/aapt/
H A DImages.cpp824 Res_png_9patch* outPatch = inPatch->deserialize(newData);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp401 Res_png_9patch* Res_png_9patch::deserialize(void* inData) function in class:android::Res_png_9patch

Completed in 340 milliseconds