Home
last modified time | relevance | path

Searched refs:XmlBlock (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/res/
DXmlBlock.java41 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
DApkAssets.java157 try (XmlBlock block = new XmlBlock(null, nativeXmlPtr)) { in openXml()
DResourcesImpl.java153 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()
DAssetManager.java1007 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()
DResources.java1919 XmlBlock.Parser parser = (XmlBlock.Parser)set; in obtainAttributes()
DTypedArray.java87 /*package*/ XmlBlock.Parser mXml;
/frameworks/base/config/
Dboot-image-profile.txt4688 HSPLandroid/content/res/AssetManager;->applyStyle(JIILandroid/content/res/XmlBlock$Parser;[IJJ)V
4722 …oid/content/res/AssetManager;->openXmlBlockAsset(ILjava/lang/String;)Landroid/content/res/XmlBlock;
4726 HSPLandroid/content/res/AssetManager;->retrieveAttributes(Landroid/content/res/XmlBlock$Parser;[I[I…
5007 HSPLandroid/content/res/XmlBlock$Parser;->close()V
5008 HSPLandroid/content/res/XmlBlock$Parser;->finalize()V
5009 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z
5010 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
5011 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeCount()I
5012 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeFloatValue(IF)F
5013 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeFloatValue(Ljava/lang/String;Ljava/lang/Strin…
[all …]
Dpreloaded-classes1041 android.content.res.XmlBlock$Parser
1042 android.content.res.XmlBlock
Dhiddenapi-greylist-max-o.txt16460 …oid/content/res/AssetManager;->openXmlBlockAsset(ILjava/lang/String;)Landroid/content/res/XmlBlock;
16461 …roid/content/res/AssetManager;->openXmlBlockAsset(Ljava/lang/String;)Landroid/content/res/XmlBlock;
16786 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;
16882 Landroid/content/res/XmlBlock$Parser;->getPooledString(I)Ljava/lang/CharSequence;
16883 Landroid/content/res/XmlBlock$Parser;->mDecNextDepth:Z
16884 Landroid/content/res/XmlBlock$Parser;->mDepth:I
16885 Landroid/content/res/XmlBlock$Parser;->mEventType:I
16886 Landroid/content/res/XmlBlock$Parser;->mStarted:Z
16887 Landroid/content/res/XmlBlock;-><init>(Landroid/content/res/AssetManager;J)V
16888 Landroid/content/res/XmlBlock;-><init>([BII)V
[all …]