Searched refs:MIN_VISIBLE_ALPHA (Results 1 – 2 of 2) sorted by relevance
34 private static final float MIN_VISIBLE_ALPHA = 0.2f; field in FocusIndicatorView118 if (getAlpha() > MIN_VISIBLE_ALPHA) { in onFocusChange()
41 private static final int MIN_VISIBLE_ALPHA = 40; field in IconNormalizer118 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()