Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev am: e37ecbdede am: e8498819f8
am: 9e1287f989
* commit '9e1287f9890dc40d46444a4447c90473f621f0f8':
Add missing delegate in Bitmap_Delegate
Change-Id: Ie05e3eea7fa2ba62df504a0d8b15c2c4629ff650
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