HomeSort by relevance Sort by last modified time
    Searched refs:bitmapBytes (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java 307 int bitmapBytes = 0;
317 bitmapBytes += b.getByteCount();
325 + btk(bitmapBytes)
327 + btk(rawBytes + bitmapBytes)
335 + btk(safeDiv(bitmapBytes, numBitmaps)));
348 int bitmapBytes = 0;
351 bitmapBytes += b.getByteCount();
356 + btk(bitmapBytes)
361 + btk(safeDiv(bitmapBytes, numBitmaps)));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 772 int bitmapBytes = 0;
782 bitmapBytes += b.getByteCount();
785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
789 + "," + btk(safeDiv(bitmapBytes,numBitmaps)));
797 int bitmapBytes = 0;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 622 long bitmapBytes = getByteCount();
624 if (bufferBytes < bitmapBytes) {
632 position += bitmapBytes >> shift;
    [all...]

Completed in 629 milliseconds