Searched refs:getNinePatchChunk (Results 1 – 13 of 13) sorted by relevance
50 if (stream instanceof NinePatchInputStream && bm.getNinePatchChunk() == null) { in decodeBitmapImpl()
64 …Assert.assertArrayEquals(compiledBitmap.getNinePatchChunk(), ninePatch.getChunk().getSerializedChu… in testNinePatchChunk()
426 if (bitmap != null && bitmap.getNinePatchChunk() == null && in getDrawable()454 if (bitmap != null && bitmap.getNinePatchChunk() != null) { in getDrawable()458 .getNinePatchChunk(), padding, lowerCaseValue); in getDrawable()
453 } else if (bitmap.getNinePatchChunk() == null) { in updateStateFromTypedArray()460 state.mNinePatch = new NinePatch(bitmap, bitmap.getNinePatchChunk()); in updateStateFromTypedArray()
1267 byte[] np = bm.getNinePatchChunk(); in createFromResourceStream()
723 byte[] np = outputBitmap.getNinePatchChunk(); in setDensityFromOptions()
1788 byte[] np = bm.getNinePatchChunk(); in decodeDrawableImpl()1868 byte[] np = bm.getNinePatchChunk(); in decodeBitmapImpl()
1449 public byte[] getNinePatchChunk() { in getNinePatchChunk() method in Bitmap
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6027 HSPLandroid/graphics/Bitmap;->getNinePatchChunk()[B
10448 method public byte[] getNinePatchChunk();
6030 HSPLandroid/graphics/Bitmap;->getNinePatchChunk()[B
15495 method @Nullable public byte[] getNinePatchChunk();