Searched refs:MIN_VISIBLE_ALPHA (Results 1 – 2 of 2) sorted by relevance
58 private static final int MIN_VISIBLE_ALPHA = 40; field in IconNormalizer213 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in isTransparentBitmap()289 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()
449 private static final int MIN_VISIBLE_ALPHA = 40; field in SimpleIconFactory523 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()