Searched refs:COLOR_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
260 final float COLOR_THRESHOLD = 0.02f; in isBitmapMuted() local264 if (pixelColor.red() > COLOR_THRESHOLD || pixelColor.green() > COLOR_THRESHOLD in isBitmapMuted()265 || pixelColor.blue() > COLOR_THRESHOLD) { in isBitmapMuted()