Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52da8b33 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

docs: Added min/max values and descriptions for alpha getter/setter in...

docs: Added min/max values and descriptions for alpha getter/setter in ImageView am: bdb308a0 am: c012a7ed
am: 971696f6

Change-Id: Ie85b198034089302bd5fee74c0c01dccfe460cc3
parents b37d32b3 971696f6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1441,7 +1441,9 @@ public class ImageView extends View {
    /**
     * Returns the alpha that will be applied to the drawable of this ImageView.
     *
     * @return the alpha that will be applied to the drawable of this ImageView
     * @return the alpha value that will be applied to the drawable of this
     * ImageView (between 0 and 255 inclusive, with 0 being transparent and
     * 255 being opaque)
     *
     * @see #setImageAlpha(int)
     */
@@ -1452,7 +1454,8 @@ public class ImageView extends View {
    /**
     * Sets the alpha value that should be applied to the image.
     *
     * @param alpha the alpha value that should be applied to the image
     * @param alpha the alpha value that should be applied to the image (between
     * 0 and 255 inclusive, with 0 being transparent and 255 being opaque)
     *
     * @see #getImageAlpha()
     */