Searched refs:percentageDiffPixels (Results 1 – 1 of 1) sorted by relevance
221 float percentageDiffPixels = ((float) sum) / (mBounds.width() * mBounds.height()); in isTransparentBitmap() local222 return percentageDiffPixels < PIXEL_DIFF_PERCENTAGE_THRESHOLD; in isTransparentBitmap()