Example usage for Java android.graphics NinePatch fields, constructors, methods, implement or subclass
The text is from its open source code.
NinePatch(Bitmap bitmap, byte[] chunk, String srcName) Create a drawable projection from a bitmap to nine patches. |
boolean | isNinePatchChunk(byte[] chunk) Verifies that the specified byte array is a valid 9-patch data chunk. |