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