Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt92 val tmpBm = ImageDecoder.decodeBitmap(source) { in <lambda>() constant
114 bitmap = tmpBm in <lambda>()
118 bitmap = Bitmap.createBitmap(tmpBm, cropRect.left, cropRect.top, in <lambda>()
120 if (bitmap !== tmpBm) { in <lambda>()
121 tmpBm.recycle() in <lambda>()