Home
last modified time | relevance | path

Searched refs:getChunk (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
DBinaryResourceParser.cpp131 if (parser.getChunk()->type != android::RES_TABLE_TYPE) { in parse()
134 << parser.getChunk()->type in parse()
140 error |= !parseTable(parser.getChunk()); in parse()
229 if (parser.getChunk()->type != android::RES_STRING_POOL_TYPE) { in parseSymbolTable()
236 if (mSymbolPool.setTo(parser.getChunk(), parser.getChunk()->size) != NO_ERROR) { in parseSymbolTable()
259 switch (parser.getChunk()->type) { in parseTable()
262 if (mValuePool.setTo(parser.getChunk(), parser.getChunk()->size) != in parseTable()
283 if (!parseSymbolTable(parser.getChunk())) { in parseTable()
289 if (mSourcePool.setTo(getChunkData(*parser.getChunk()), in parseTable()
290 getChunkDataLen(*parser.getChunk())) != NO_ERROR) { in parseTable()
[all …]
DResChunkPullParser.h62 const android::ResChunk_header* getChunk() const;
116 inline const android::ResChunk_header* ResChunkPullParser::getChunk() const { in getChunk() function
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DNinePatch_Delegate.java113 public static NinePatchChunk getChunk(byte[] array) { in getChunk() method in NinePatch_Delegate
152 NinePatchChunk chunkObject = getChunk(chunk); in isNinePatchChunk()
222 final NinePatchChunk chunkObject = getChunk(c); in draw()
DBitmapFactory_Delegate.java76 NinePatchChunk chunk = ninePatch.getChunk(); in nativeDecodeStream()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java299 chunk = ninePatch.getChunk(); in getNinePatchDrawable()