Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev
am: e37ecbdede
* commit 'e37ecbdede9bb3b4fadba359891b13eb5cd6c697':
Add missing delegate in Bitmap_Delegate
Change-Id: Ib8e9fd1772a605ba75ffd7cf868fa654c50cb1e5
This commit is contained in:
@@ -302,6 +302,13 @@ public final class Bitmap_Delegate {
|
||||
return null;
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
/*package*/ static Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig) {
|
||||
// Unused method; no implementation provided.
|
||||
assert false;
|
||||
return null;
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
/*package*/ static long nativeGetNativeFinalizer() {
|
||||
synchronized (Bitmap_Delegate.class) {
|
||||
|
||||
Reference in New Issue
Block a user