Searched refs:nGetFormat (Results 1 – 1 of 1) sorted by relevance
242 assertEquals(ANDROID_BITMAP_FORMAT_RGB_565, nGetFormat(ret)); in testCreateBitmap1()265 assertEquals(ANDROID_BITMAP_FORMAT_RGBA_8888, nGetFormat(mBitmap)); in testCreateBitmap2()2186 private static native int nGetFormat(Bitmap bitmap); in nGetFormat() method in BitmapTest