Searched refs:firstColor (Results 1 – 1 of 1) sorted by relevance
103 int firstColor = bitmap.getPixel(0, 0); in logIfBitmapSolidColor() local106 if (bitmap.getPixel(x, y) != firstColor) { in logIfBitmapSolidColor()112 Log.w(TAG, String.format("%s entire bitmap color is %x", bitmapName, firstColor)); in logIfBitmapSolidColor()