Lines Matching defs:getByteCount
136 int nativeAllocationByteCount = buffer == null ? getByteCount() : 0;
203 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
494 long pixelSize = getByteCount();
534 long bitmapBytes = getByteCount();
1181 public final int getByteCount() {
1189 * <p>This can be larger than the result of {@link #getByteCount()} if a bitmap is reused to
1194 * the same as that returned by {@link #getByteCount()}.</p>
1204 return getByteCount();