Home
last modified time | relevance | path

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

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