Searched defs:getByteCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStringBuffer.h53 inline int getByteCount() const { return mByteCount; } function in class:android::MtpStringBuffer
/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
/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/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 140 milliseconds