Searched refs:XmlBlock (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 41 final class XmlBlock implements AutoCloseable { class 45 public XmlBlock(byte[] data) { in XmlBlock() method in XmlBlock 51 public XmlBlock(byte[] data, int offset, int size) { in XmlBlock() method in XmlBlock 92 Parser(long parseState, XmlBlock block) { in Parser() 483 private final XmlBlock mBlock; 500 XmlBlock(@Nullable AssetManager assets, long xmlBlock) { in XmlBlock() method in XmlBlock
|
D | ApkAssets.java | 157 try (XmlBlock block = new XmlBlock(null, nativeXmlPtr)) { in openXml()
|
D | ResourcesImpl.java | 153 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; 564 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache() 566 final XmlBlock oldBlock = cachedXmlBlocks[i]; in flushLayoutCache() 1221 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser() 1233 final XmlBlock block = mAssets.openXmlBlockAsset(assetCookie, file); in loadXmlResourceParser() 1237 final XmlBlock oldBlock = cachedXmlBlocks[pos]; in loadXmlResourceParser() 1306 if (set == null || !(set instanceof XmlBlock.Parser)) { in getAttributeSetSourceResId() 1309 return ((XmlBlock.Parser) set).getSourceResId(); in getAttributeSetSourceResId() 1401 final XmlBlock.Parser parser = (XmlBlock.Parser) set; in obtainStyledAttributes()
|
D | AssetManager.java | 1007 try (XmlBlock block = openXmlBlockAsset(cookie, fileName)) { in openXmlResourceParser() 1025 @NonNull XmlBlock openXmlBlockAsset(@NonNull String fileName) throws IOException { in openXmlBlockAsset() 1037 @NonNull XmlBlock openXmlBlockAsset(int cookie, @NonNull String fileName) throws IOException { in openXmlBlockAsset() 1045 final XmlBlock block = new XmlBlock(this, xmlBlock); in openXmlBlockAsset() 1059 @Nullable XmlBlock.Parser parser, @NonNull int[] inAttrs, long outValuesAddress, in applyStyle() 1097 boolean retrieveAttributes(@NonNull XmlBlock.Parser parser, @NonNull int[] inAttrs, in retrieveAttributes()
|
D | Resources.java | 1919 XmlBlock.Parser parser = (XmlBlock.Parser)set; in obtainAttributes()
|
D | TypedArray.java | 87 /*package*/ XmlBlock.Parser mXml;
|
/frameworks/base/config/ |
D | preloaded-classes | 1041 android.content.res.XmlBlock$Parser 1042 android.content.res.XmlBlock
|