Searched refs:MIN_VISIBLE_ALPHA (Results 1 – 3 of 3) 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()
41 private static final float MIN_VISIBLE_ALPHA = 0.2f; field in ItemFocusIndicatorHelper205 if (mAlpha > MIN_VISIBLE_ALPHA) { in changeFocus()
461 private static final int MIN_VISIBLE_ALPHA = 40; field in SimpleIconFactory535 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()