Home
last modified time | relevance | path

Searched refs:SIG_MAP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java21 public static final byte SIG_MAP = 'M'; // a map with an short key field in Decoder
58 case SIG_MAP: in readObject()
/frameworks/base/core/java/android/view/
DViewHierarchyEncoder.java59 private static final byte SIG_MAP = 'M'; // a map with an short key field in ViewHierarchyEncoder
138 mStream.write(SIG_MAP); in startPropertyMap()