Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DVirtualDisplayActivityScenarioRule.kt190 val pixelBytesPerRow = pixelStrideBytes * image.width in getScreenshot() constant
191 val rowPaddingBytes = rowStrideBytes - pixelBytesPerRow in getScreenshot()
197 for (i in 0 until pixelBytesPerRow) { in getScreenshot()