Loading graphics/java/android/graphics/Bitmap.java +4 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,10 @@ public final class Bitmap implements Parcelable { * setting the new bitmap's config to the one specified, and then copying * this bitmap's pixels into the new bitmap. If the conversion is not * supported, or the allocator fails, then this returns NULL. The returned * bitmap has the same density and color space as the original. * bitmap has the same density and color space as the original, except in * the following cases. When copying to {@link Config#ALPHA_8}, the color * space is dropped. When copying to or from {@link Config#RGBA_F16}, * EXTENDED or non-EXTENDED variants may be adjusted as appropriate. * * @param config The desired config for the resulting bitmap * @param isMutable True if the resulting bitmap should be mutable (i.e. Loading Loading
graphics/java/android/graphics/Bitmap.java +4 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,10 @@ public final class Bitmap implements Parcelable { * setting the new bitmap's config to the one specified, and then copying * this bitmap's pixels into the new bitmap. If the conversion is not * supported, or the allocator fails, then this returns NULL. The returned * bitmap has the same density and color space as the original. * bitmap has the same density and color space as the original, except in * the following cases. When copying to {@link Config#ALPHA_8}, the color * space is dropped. When copying to or from {@link Config#RGBA_F16}, * EXTENDED or non-EXTENDED variants may be adjusted as appropriate. * * @param config The desired config for the resulting bitmap * @param isMutable True if the resulting bitmap should be mutable (i.e. Loading