Searched refs:XML_BLOCK_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
132 private static final int XML_BLOCK_CACHE_SIZE = 4; field in ResourcesImpl136 private final int[] mCachedXmlBlockCookies = new int[XML_BLOCK_CACHE_SIZE];137 private final String[] mCachedXmlBlockFiles = new String[XML_BLOCK_CACHE_SIZE];138 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE];537 for (int i = 0; i < XML_BLOCK_CACHE_SIZE; i++) { in flushLayoutCache()