HomeSort by relevance Sort by last modified time
    Searched full:deserialize (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/core/java/android/gesture/
Gesture.java 268 static Gesture deserialize(DataInputStream in) throws IOException { method in class:Gesture
277 gesture.addStroke(GestureStroke.deserialize(in));
292 gesture = deserialize(inStream);
GestureStroke.java 219 static GestureStroke deserialize(DataInputStream in) throws IOException { method in class:GestureStroke
225 points.add(GesturePoint.deserialize(in));
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java 57 * Using the cache map allows us to not have to deserialize the byte[] back into a
120 "Failed to deserialize NinePatchChunk content.", e, null /*data*/);
124 "Failed to deserialize NinePatchChunk class.", e, null /*data*/);