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

/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/support/compat/src/main/java/androidx/core/graphics/
H A DBitmapCompat.java51 return bitmap.getByteCount();
/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/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java44 assertEquals("byteCount", 80000, bm1.getByteCount());
45 assertEquals("byteCount", 40000, bm2.getByteCount());
46 assertEquals("byteCount", 80000, bm3.getByteCount());
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DBitmapLoader.java69 return value.getByteCount();
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java227 int bitmapSize = bitmap.getByteCount();
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java225 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
579 long pixelSize = getByteCount();
622 long bitmapBytes = getByteCount();
1532 public final int getByteCount() { method in class:Bitmap
1534 Log.w(TAG, "Called getByteCount() on a recycle()'d bitmap! "
1545 * <p>This can be larger than the result of {@link #getByteCount()} if a bitmap is reused to
1550 * the same as that returned by {@link #getByteCount()}.</p>
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java260 originalbits.getByteCount(),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java431 return content.getBitmap().getByteCount();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java443 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes"
/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. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 157 milliseconds