Searched refs:bitmapBytes (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/assets/shortcut/ |
H A D | dumpsys_expected.txt | 29 "bitmapBytes": 0 37 "bitmapBytes": ***BITMAP_SIZE*** 45 "bitmapBytes": 0 53 "bitmapBytes": 0 71 "bitmapBytes": 0 98 "bitmapBytes": 0
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
H A 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A 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()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 636 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer() local 638 if (bufferBytes < bitmapBytes) { in copyPixelsFromBuffer() 646 position += bitmapBytes >> shift; in copyPixelsFromBuffer()
|