Searched refs:bitmapBytes (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | ContactPhotoManagerImpl.java | 308 int bitmapBytes = 0; in dumpStats() local 318 bitmapBytes += b.getByteCount(); in dumpStats() 326 + btk(bitmapBytes) in dumpStats() 328 + btk(rawBytes + bitmapBytes) in dumpStats() 336 + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats() 349 int bitmapBytes = 0; in dumpStats() local 352 bitmapBytes += b.getByteCount(); in dumpStats() 357 + btk(bitmapBytes) in dumpStats() 362 + 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()
|