Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt364 val bitmapArray = IntArray(width * height) in toIntArray() constant
365 getPixels(bitmapArray, 0, width, 0, 0, width, height) in toIntArray()
366 return bitmapArray in toIntArray()