Home
last modified time | relevance | path

Searched refs:MIN_VISIBLE_ALPHA (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java58 private static final int MIN_VISIBLE_ALPHA = 40; field in IconNormalizer
213 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in isTransparentBitmap()
289 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DItemFocusIndicatorHelper.java41 private static final float MIN_VISIBLE_ALPHA = 0.2f; field in ItemFocusIndicatorHelper
205 if (mAlpha > MIN_VISIBLE_ALPHA) { in changeFocus()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java461 private static final int MIN_VISIBLE_ALPHA = 40; field in SimpleIconFactory
535 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()