Searched defs:VERSION_STREAM_SERIALIZER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java73 private static final int VERSION_STREAM_SERIALIZER = 1; field in class:Icon
414 dataStream.writeInt(VERSION_STREAM_SERIALIZER);
450 if (version >= VERSION_STREAM_SERIALIZER) {

Completed in 87 milliseconds