Searched refs:bitmapBytes (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | ContactPhotoManagerImpl.java | 307 int bitmapBytes = 0; in dumpStats() local 317 bitmapBytes += b.getByteCount(); in dumpStats() 325 + btk(bitmapBytes) in dumpStats() 327 + btk(rawBytes + bitmapBytes) in dumpStats() 335 + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats() 348 int bitmapBytes = 0; in dumpStats() local 351 bitmapBytes += b.getByteCount(); in dumpStats() 356 + btk(bitmapBytes) in dumpStats() 361 + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactPhotoManager.java | 772 int bitmapBytes = 0; in dumpStats() local 782 bitmapBytes += b.getByteCount(); in dumpStats() 785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats() 786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats() 789 + "," + btk(safeDiv(bitmapBytes,numBitmaps))); in dumpStats() 797 int bitmapBytes = 0; in dumpStats() local 800 bitmapBytes += b.getByteCount(); in dumpStats() 802 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" in dumpStats() 803 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats()
|