Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
H A DMaterialYouColorsSimulationUtils.kt55 bitmapArray: IntArray, in fillAverageColorForUnmappedPixel()
83 bitmapArray[col + row * bitmapWidth] = in fillAverageColorForUnmappedPixel()
101 val bitmapArray = originalBitmap.toIntArray() in bitmapWithMaterialYouColorsSimulation() constant
111 val pixelValue = bitmapArray[it] in bitmapWithMaterialYouColorsSimulation()
114 bitmapArray[it] = k.second in bitmapWithMaterialYouColorsSimulation()
138 bitmapArray, in bitmapWithMaterialYouColorsSimulation()
150 bitmapArray, in bitmapWithMaterialYouColorsSimulation()
H A DScreenshotTestRule.kt440 val bitmapArray = IntArray(width * height) in toIntArray() constant
441 getPixels(bitmapArray, 0, width, 0, 0, width, height) in toIntArray()
442 return bitmapArray in toIntArray()