Searched refs:tooSmall (Results 1 – 2 of 2) sorted by relevance
116 final int tooSmall = pixSize / 2; in testCopyPixelsToBuffer() local127 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()140 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()153 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); in testCopyPixelsToBuffer()
582 String formattedMsg, String tooSmall, String tooLarge, int actualValue, in expectSimilarValues() argument587 succ = expectTrue(formattedMsg + tooSmall, in expectSimilarValues()