Searched refs:isNinePatchChunk (Results 1 – 8 of 8) sorted by relevance
49 static jboolean isNinePatchChunk(JNIEnv* env, jobject, jbyteArray obj) { in isNinePatchChunk() function in SkNinePatchGlue153 { "isNinePatchChunk", "([B)Z", (void*) SkNinePatchGlue::isNinePatchChunk },
262 public native static boolean isNinePatchChunk(byte[] chunk); in isNinePatchChunk() method in NinePatch
724 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np); in setDensityFromOptions()
1789 if (np != null && NinePatch.isNinePatchChunk(np)) { in decodeDrawableImpl()1869 if (np != null && NinePatch.isNinePatchChunk(np)) { in decodeBitmapImpl()
1268 if (np == null || !NinePatch.isNinePatchChunk(np)) { in createFromResourceStream()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10937 method public static boolean isNinePatchChunk(byte[]);
16452 method public static boolean isNinePatchChunk(byte[]);