Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java116 final int tooSmall = pixSize / 2; in testCopyPixelsToBuffer() local
127 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()
140 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()
153 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()
/cts/tests/camera/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()