/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | ReusableBitmap.java | 73 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 D | UnrefedBitmapCache.java | 73 return value.getByteCount();
|
/frameworks/support/compat/src/main/java/androidx/core/graphics/ |
H A D | BitmapCompat.java | 51 return bitmap.getByteCount();
|
/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()]; 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 D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); 193 int byteCount = result.getByteCount();
|
H A D | GLFrame.java | 234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 44 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 D | BitmapLoader.java | 69 return value.getByteCount();
|
/frameworks/base/core/java/android/view/ |
H A D | DisplayListCanvas.java | 227 int bitmapSize = bitmap.getByteCount();
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 225 * <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 D | IconTest.java | 260 originalbits.getByteCount(),
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PageContentRepository.java | 431 return content.getBitmap().getByteCount();
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityRecord.java | 443 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes"
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
/frameworks/base/config/ |
H A D | boot-image-profile.txt | [all...] |