Searched refs:mParserCache (Results 1 – 1 of 1) sorted by relevance
257 private Map<ResourceFile, AttrsXmlParser> mParserCache; field in CustomViewDescriptorService260 if (mParserCache == null) { in getParser()261 mParserCache = new HashMap<ResourceFile, AttrsXmlParser>(); in getParser()264 AttrsXmlParser parser = mParserCache.get(file); in getParser()270 mParserCache.put(file, parser); in getParser()580 mParserCache.remove(file); in syncAttributes()