Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2191 nValidateBitmapInfo(bitmap, 10, 20, true); in testNdkAccessAfterRecycle()
2192 nValidateBitmapInfo(hardware, 10, 20, true); in testNdkAccessAfterRecycle()
2197 nValidateBitmapInfo(bitmap, 10, 20, true); in testNdkAccessAfterRecycle()
2198 nValidateBitmapInfo(hardware, 10, 20, true); in testNdkAccessAfterRecycle()
2863 private static native void nValidateBitmapInfo(Bitmap bitmap, int width, int height, in nValidateBitmapInfo() method