Merge "Fix javadoc." into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
01252217a5
@@ -1052,7 +1052,7 @@ public final class Bitmap implements Parcelable {
|
||||
* <p>This method will not affect the behavior of a bitmap without an alpha
|
||||
* channel, or if {@link #hasAlpha()} returns false.</p>
|
||||
*
|
||||
* <p>Calling {@link createBitmap()} or {@link createScaledBitmap()} with a source
|
||||
* <p>Calling {@link #createBitmap()} or {@link #createScaledBitmap()} with a source
|
||||
* Bitmap whose colors are not pre-multiplied may result in a RuntimeException,
|
||||
* since those functions require drawing the source, which is not supported for
|
||||
* un-pre-multiplied Bitmaps.</p>
|
||||
|
||||
Reference in New Issue
Block a user