| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.facebook.drawee.drawable.RoundedCornersDrawable.Type | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RoundedCornersDrawable.Type | CLIPPING | Clips the drawing of the drawable to be rounded. | |||||||||
| RoundedCornersDrawable.Type | OVERLAY_COLOR | Draws rounded corners on top of the underlying drawable by overlaying a solid color which is
specified by setOverlayColor. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RoundedCornersDrawable.Type | valueOf(String name) | ||||||||||
| final static Type[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Clips the drawing of the drawable to be rounded.
Draws rounded corners on top of the underlying drawable by overlaying a solid color which is
specified by setOverlayColor. This option should only be used when the background
beneath the underlying drawable is static and of the same solid color.