Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java221 float percentageDiffPixels = ((float) sum) / (mBounds.width() * mBounds.height()); in isTransparentBitmap() local
222 return percentageDiffPixels < PIXEL_DIFF_PERCENTAGE_THRESHOLD; in isTransparentBitmap()