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

/frameworks/av/media/mtp/
H A DMtpStringBuffer.h50 inline int getByteCount() const { return mByteCount; } function in class:android::MtpStringBuffer
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java192 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
487 long pixelSize = getByteCount();
527 long bitmapBytes = getByteCount();
1150 public final int getByteCount() { method in class:Bitmap
1158 * <p>This can be larger than the result of {@link #getByteCount()} if a bitmap is reused to
1163 * the same as that returned by {@link #getByteCount()}.</p>

Completed in 71 milliseconds