Home
last modified time | relevance | path

Searched defs:heapBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java401 ByteBuffer heapBuffer = ByteBuffer.allocate(bufferSize); in testCopyWithHeapByteBuffer() local
438 ShortBuffer heapBuffer = ShortBuffer.allocate(bufferSize); in testCopyWithHeapShortBuffer() local
475 IntBuffer heapBuffer = IntBuffer.allocate(bufferSize); in testCopyWithHeapIntBuffer() local