Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsSimulationUtils.kt47 private fun pixelWithinFilterRange(row: Int, col: Int, width: Int, height: Int): Boolean { in pixelWithinFilterRange()
50 col >= FILTER_SIZE && in pixelWithinFilterRange()
51 col < width - FILTER_SIZE) in pixelWithinFilterRange()
58 col: Int, in fillAverageColorForUnmappedPixel()
66 for (j in (col - FILTER_SIZE)..(col + FILTER_SIZE)) { in fillAverageColorForUnmappedPixel()
83 bitmapArray[col + row * bitmapWidth] = in fillAverageColorForUnmappedPixel()
127 val col = it % originalBitmap.width in bitmapWithMaterialYouColorsSimulation() constant
128 val row = (it - col) / originalBitmap.width in bitmapWithMaterialYouColorsSimulation()
132 col, in bitmapWithMaterialYouColorsSimulation()
141 col, in bitmapWithMaterialYouColorsSimulation()
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java144 for (int col = 1; col < l.length; col++) { in execAndGetResults()
145 result.put(String.join(METRIC_KEY_SEPARATOR, prefix, l[0], headers[col]), l[col]); in execAndGetResults()