Searched refs:indexMapping (Results 1 – 6 of 6) sorted by relevance
164 LinkedHashMap<String, Integer> indexMapping = new LinkedHashMap(); in serializeRuleList() local165 indexMapping.put(START_INDEXING_KEY, outputStream.getWrittenBytesCount()); in serializeRuleList()171 indexMapping.put(key, outputStream.getWrittenBytesCount()); in serializeRuleList()181 indexMapping.put(END_INDEXING_KEY, outputStream.getWrittenBytesCount()); in serializeRuleList()183 return indexMapping; in serializeRuleList()
169 IntToString[] indexMapping() default { }; in indexMapping() method1697 final IntToString[] indexMapping = property.indexMapping();1698 final boolean hasIndexMapping = indexMapping.length > 0;1714 int mappingCount = indexMapping.length;1716 final IntToString mapped = indexMapping[k];
27352 @ViewDebug.ExportedProperty(category = "layout", indexMapping = {
1239 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53561 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};