/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
CountingOutputStream.java | 93 * See {@link #getByteCount()} for a method using a <code>long</code>. 99 long result = getByteCount(); 134 public synchronized long getByteCount() {
|
ThresholdingOutputStream.java | 184 public long getByteCount()
|
/frameworks/av/media/mtp/ |
MtpStringBuffer.h | 53 inline int getByteCount() const { return mByteCount; }
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
ReusableBitmap.java | 73 public int getByteCount() { 74 return bmp.getByteCount(); 111 sb.append(bmp.getByteCount() >> 10); 141 public int getByteCount() {
|
UnrefedBitmapCache.java | 73 return value.getByteCount();
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
CountingInputStream.java | 114 * See {@link #getByteCount()} for a method using a <code>long</code>. 120 long result = getByteCount(); 155 public synchronized long getByteCount() {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
FaceSquareFilterTest.java | 79 int[] pixels = new int[bitmap.getByteCount()]; 158 int[] outputPixels = new int[outputBitmap.getByteCount()]; 162 for ( int i = 0; i < outputBitmap.getByteCount(); i++) { 167 if (equalCount + (0.05f*outputBitmap.getByteCount()) < outputBitmap.getByteCount()) { 169 assertEquals(equalCount, outputBitmap.getByteCount());
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
AlbumArtCache.java | 64 return value[BIG_BITMAP_INDEX].getByteCount() 65 + value[ICON_BITMAP_INDEX].getByteCount();
|
/frameworks/support/compat/java/android/support/v4/graphics/ |
BitmapCompat.java | 36 return bitmap.getByteCount();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); 193 int byteCount = result.getByteCount();
|
GLFrame.java | 234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SparseArrayBitmapPool.java | 120 mSizeBytes -= n.bitmap.getByteCount(); 170 int bytes = b.getByteCount();
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
BitmapTest.java | 44 assertEquals("byteCount", 80000, bm1.getByteCount()); 45 assertEquals("byteCount", 40000, bm2.getByteCount()); 46 assertEquals("byteCount", 80000, bm3.getByteCount());
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageCache.java | 140 return bitmap.getByteCount();
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
BitmapPoolTest.java | 100 assertTrue(resourceBitmap.getByteCount() > 0);
|
/packages/apps/TV/src/com/android/tv/util/ |
ImageCache.java | 58 return (bitmapInfo.bitmap.getByteCount() + 1023) / 1024;
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
AlbumArtCache.java | 81 return value[BIG_BITMAP_INDEX].getByteCount() 82 + value[ICON_BITMAP_INDEX].getByteCount();
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
AlbumArtCache.java | 81 return value[BIG_BITMAP_INDEX].getByteCount() 82 + value[ICON_BITMAP_INDEX].getByteCount();
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
ThumbnailCacheTest.java | 56 MIDSIZE_BITMAP.getByteCount() + LARGE_BITMAP.getByteCount();
|
/frameworks/base/core/java/android/view/ |
DisplayListCanvas.java | 227 int bitmapSize = bitmap.getByteCount();
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
RecycleBitmapPool.java | 74 return bitmap.getByteCount();
|
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
TelecomUtils.java | 80 return value.getByteCount(); 122 return value.getByteCount();
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
ContactPhotoManagerImpl.java | 160 return value.getByteCount(); 292 + btk(bitmap.getByteCount())); 317 bitmapBytes += b.getByteCount(); 351 bitmapBytes += b.getByteCount(); 551 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) { [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 386 int originalSize = start.getByteCount(); 394 assertEquals(originalSize, pass.getByteCount()); 483 int originalSize = original.getByteCount(); 492 assertEquals(originalSize, reduced.getByteCount() * 16); 502 int originalSize = original.getByteCount(); 514 assertEquals(originalSize, doubleScaled.getByteCount()); [all...] |
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/ |
TelecomUtils.java | 104 return value.getByteCount(); 143 return value.getByteCount();
|