Loading core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15096,7 +15096,7 @@ package android.graphics { method public int getByteCount(); method @NonNull public android.graphics.Color getColor(int, int); method @Nullable public android.graphics.ColorSpace getColorSpace(); method @NonNull public android.graphics.Bitmap.Config getConfig(); method @Nullable public android.graphics.Bitmap.Config getConfig(); method public int getDensity(); method @Nullable public android.graphics.Gainmap getGainmap(); method public int getGenerationId(); graphics/java/android/graphics/Bitmap.java +1 −1 Original line number Diff line number Diff line Loading @@ -1779,7 +1779,7 @@ public final class Bitmap implements Parcelable { * If the bitmap's internal config is in one of the public formats, return * that config, otherwise return null. */ @NonNull @Nullable public final Config getConfig() { if (mRecycled) { Log.w(TAG, "Called getConfig() on a recycle()'d bitmap! This is undefined behavior!"); Loading Loading
core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15096,7 +15096,7 @@ package android.graphics { method public int getByteCount(); method @NonNull public android.graphics.Color getColor(int, int); method @Nullable public android.graphics.ColorSpace getColorSpace(); method @NonNull public android.graphics.Bitmap.Config getConfig(); method @Nullable public android.graphics.Bitmap.Config getConfig(); method public int getDensity(); method @Nullable public android.graphics.Gainmap getGainmap(); method public int getGenerationId();
graphics/java/android/graphics/Bitmap.java +1 −1 Original line number Diff line number Diff line Loading @@ -1779,7 +1779,7 @@ public final class Bitmap implements Parcelable { * If the bitmap's internal config is in one of the public formats, return * that config, otherwise return null. */ @NonNull @Nullable public final Config getConfig() { if (mRecycled) { Log.w(TAG, "Called getConfig() on a recycle()'d bitmap! This is undefined behavior!"); Loading