Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev
am: e37ecbdede
* commit 'e37ecbdede9bb3b4fadba359891b13eb5cd6c697':
Add missing delegate in Bitmap_Delegate
Change-Id: Iff826aed812d38901b72524cd4ec54dd5908545f
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