Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java308 ShortBuffer shortBuf = ShortBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local
309 assertEquals(0, shortBuf.position()); in testCopyPixelsToBuffer()
310 mBitmap.copyPixelsToBuffer(shortBuf); in testCopyPixelsToBuffer()
311 assertEquals(pixSize >> 1, shortBuf.position()); in testCopyPixelsToBuffer()