Searched refs:mPixels (Results 1 – 1 of 1) sorted by relevance
73 private final byte[] mPixels; field in IconNormalizer93 mPixels = new byte[mMaxSize * mMaxSize]; in IconNormalizer()199 ByteBuffer buffer = ByteBuffer.wrap(mPixels); in isTransparentBitmap()213 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in isTransparentBitmap()265 ByteBuffer buffer = ByteBuffer.wrap(mPixels); in getScale()289 if ((mPixels[index] & 0xFF) > MIN_VISIBLE_ALPHA) { in getScale()