resolved conflicts for merge of 203c8171 to master
Change-Id: I256397410c261fae049bae4572f132235be1c5c9
This commit is contained in:
@@ -48,13 +48,8 @@ public final class Bitmap implements Parcelable {
|
||||
|
||||
/**
|
||||
* Backing buffer for the Bitmap.
|
||||
* Made public for quick access from drawing methods -- do NOT modify
|
||||
* from outside this class
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SuppressWarnings("UnusedDeclaration") // native code only
|
||||
public byte[] mBuffer;
|
||||
private byte[] mBuffer;
|
||||
|
||||
@SuppressWarnings({"FieldCanBeLocal", "UnusedDeclaration"}) // Keep to finalize native resources
|
||||
private final BitmapFinalizer mFinalizer;
|
||||
|
||||
Reference in New Issue
Block a user