Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java574 String formattedMsg, String tooSmall, String tooLarge, int actualValue, in expectSimilarValues() argument
579 succ = expectTrue(formattedMsg + tooSmall, in expectSimilarValues()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java160 final int tooSmall = pixSize / 2; in testCopyPixelsToBufferBufferTooSmall() local
162 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBufferBufferTooSmall()