Home
last modified time | relevance | path

Searched refs:bitmapBytes (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/assets/shortcut/
H A Ddumpsys_expected.txt29 "bitmapBytes": 0
37 "bitmapBytes": ***BITMAP_SIZE***
45 "bitmapBytes": 0
53 "bitmapBytes": 0
71 "bitmapBytes": 0
98 "bitmapBytes": 0
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java657 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer() local
659 if (bufferBytes < bitmapBytes) { in copyPixelsFromBuffer()
667 position += bitmapBytes >> shift; in copyPixelsFromBuffer()