Searched refs:firstColor (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | BitmapDumper.java | 116 int firstColor = bitmap.getPixel(0, 0); in logIfBitmapSolidColor() local 119 if (bitmap.getPixel(x, y) != firstColor) { in logIfBitmapSolidColor() 125 Log.w(TAG, String.format("%s entire bitmap color is %x", fileName, firstColor)); in logIfBitmapSolidColor()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 164 int firstColor = bitmap.getPixel(0, 0); in logIfBitmapSolidColor() local 167 if (bitmap.getPixel(x, y) != firstColor) { in logIfBitmapSolidColor() 173 Log.w(TAG, String.format("%s entire bitmap color is %x", fileName, firstColor)); in logIfBitmapSolidColor()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 158 int firstColor = bitmap.getPixel(0, 0); in logIfBitmapSolidColor() local 161 if (bitmap.getPixel(x, y) != firstColor) { in logIfBitmapSolidColor() 167 Log.w(TAG, String.format("%s entire bitmap color is %x", fileName, firstColor)); in logIfBitmapSolidColor()
|