/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | ReusableBitmap.java | 73 public int getByteCount() { in getByteCount() method in ReusableBitmap 74 return bmp.getByteCount(); in getByteCount() 111 sb.append(bmp.getByteCount() >> 10); in toString() 141 public int getByteCount() { in getByteCount() method in ReusableBitmap.NullReusableBitmap
|
D | UnrefedBitmapCache.java | 73 return value.getByteCount(); in sizeOf()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
D | FaceSquareFilterTest.java | 79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter() 158 int[] outputPixels = new int[outputBitmap.getByteCount()]; in testFaceSquareFilter() 162 for ( int i = 0; i < outputBitmap.getByteCount(); i++) { in testFaceSquareFilter() 167 if (equalCount + (0.05f*outputBitmap.getByteCount()) < outputBitmap.getByteCount()) { in testFaceSquareFilter() 169 assertEquals(equalCount, outputBitmap.getByteCount()); in testFaceSquareFilter()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() 193 int byteCount = result.getByteCount(); in getBitmap()
|
D | GLFrame.java | 231 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 49 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic() 50 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic() 51 assertEquals("byteCount", 80000, bm3.getByteCount()); in testBasic()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | BitmapLoader.java | 69 return value.getByteCount(); in getLruCache()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RecordingCanvas.java | 278 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
|
D | Bitmap.java | 603 long pixelSize = getByteCount(); in copyPixelsToBuffer() 646 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer() 1610 public final int getByteCount() { in getByteCount() method in Bitmap
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 261 originalbits.getByteCount(), in testParcel()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PageContentRepository.java | 431 return content.getBitmap().getByteCount(); in getSizeInBytes()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 755 if (finalCrop.getByteCount() > MAX_BITMAP_SIZE) { in generateCrop()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 502 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes" in dump()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5478 HSPLandroid/graphics/Bitmap;->getByteCount()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10443 method public final int getByteCount();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 13612 method public int getByteCount();
|
/frameworks/base/api/ |
D | current.txt | 13612 method public int getByteCount();
|