/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
H A 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()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() 193 int byteCount = result.getByteCount(); in getBitmap()
|
H A D | GLFrame.java | 231 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
H A D | BitmapUtils.java | 61 final ByteArrayOutputStream baos = new ByteArrayOutputStream(bitmap.getByteCount()); in renderBitmapToByteArray()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | AppIconCacheManager.java | 44 return ((BitmapDrawable) drawable).getBitmap().getByteCount() / 1024; in AppIconCacheManager()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | IconTest.java | 317 originalbits.getByteCount(), in testParcel() 427 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithResource() 442 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithFile() 457 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithData()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A 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()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
H A D | BitmapLoader.java | 69 return value.getByteCount(); in getLruCache()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RecordingCanvas.java | 264 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
|
H A D | Bitmap.java | 614 long pixelSize = getByteCount(); in copyPixelsToBuffer() 657 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer() 1742 public final int getByteCount() { in getByteCount() method in Bitmap
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 371 if (bitmap != null && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in fixMaxBitmapSize() 380 "Image size too large: " + bitmap.getByteCount() + ". Resizing bitmap to: " in fixMaxBitmapSize()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ |
H A D | ImageWallpaper.java | 331 && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in loadWallpaperAndDrawFrameInternal()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PageContentRepository.java | 431 return content.getBitmap().getByteCount(); in getSizeInBytes()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDevice.java | 180 return bitmap.getBitmap().getByteCount() / 1024; in initDrawableCache()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 1107 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes" in dump()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6086 HSPLandroid/graphics/Bitmap;->getByteCount()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6089 HSPLandroid/graphics/Bitmap;->getByteCount()I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14949 method public int getByteCount();
|