Searched refs:getByteCount (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v4/honeycomb_mr1/android/support/v4/graphics/
H A DBitmapCompatHoneycombMr1.java26 return bitmap.getByteCount();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java30 return value.getByteCount();
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java73 public int getByteCount() { method in class:ReusableBitmap
74 return bmp.getByteCount();
111 sb.append(bmp.getByteCount() >> 10);
141 public int getByteCount() { method in class:ReusableBitmap.NullReusableBitmap
H A DUnrefedBitmapCache.java73 return value.getByteCount();
/frameworks/av/media/mtp/
H A DMtpStringBuffer.h53 inline int getByteCount() const { return mByteCount; } function in class:android::MtpStringBuffer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java79 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());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java177 int byteCount = rgbaBitmap.getByteCount();
193 int byteCount = result.getByteCount();
H A DGLFrame.java234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java43 assertEquals("byteCount", 80000, bm1.getByteCount());
44 assertEquals("byteCount", 40000, bm2.getByteCount());
45 assertEquals("byteCount", 40000, bm3.getByteCount());
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java129 int nativeAllocationByteCount = (buffer == null ? getByteCount() : 0);
199 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
492 long pixelSize = getByteCount();
532 long bitmapBytes = getByteCount();
1208 public final int getByteCount() { method in class:Bitmap
1216 * <p>This can be larger than the result of {@link #getByteCount()} if a bitmap is reused to
1221 * the same as that returned by {@link #getByteCount()}.</p>
1231 return getByteCount();
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DIconTest.java211 originalbits.getByteCount(),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java407 return content.getBitmap().getByteCount();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 371 milliseconds