Home
last modified time | relevance | path

Searched refs:getByteCount (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java79 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 DNativeFrame.java177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap()
193 int byteCount = result.getByteCount(); in getBitmap()
H A DGLFrame.java231 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DBitmapUtils.java61 final ByteArrayOutputStream baos = new ByteArrayOutputStream(bitmap.getByteCount()); in renderBitmapToByteArray()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppIconCacheManager.java44 return ((BitmapDrawable) drawable).getBitmap().getByteCount() / 1024; in AppIconCacheManager()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java317 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 DBitmapTest.java49 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 DBitmapLoader.java69 return value.getByteCount(); in getLruCache()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRecordingCanvas.java264 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
H A DBitmap.java614 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 DIcon.java371 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 DImageWallpaper.java331 && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in loadWallpaperAndDrawFrameInternal()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java431 return content.getBitmap().getByteCount(); in getSizeInBytes()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java180 return bitmap.getBitmap().getByteCount() / 1024; in initDrawableCache()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java1107 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes" in dump()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6086 HSPLandroid/graphics/Bitmap;->getByteCount()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6089 HSPLandroid/graphics/Bitmap;->getByteCount()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14949 method public int getByteCount();