| java.lang.Object | ||
| ↳ | java.lang.Enum<android.graphics.BlurMaskFilter.Blur> | |
| ↳ | android.graphics.BlurMaskFilter.Blur | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BlurMaskFilter.Blur | INNER | Blur inside the border, draw nothing outside. | |||||||||
| BlurMaskFilter.Blur | NORMAL | Blur inside and outside the original border. | |||||||||
| BlurMaskFilter.Blur | OUTER | Draw nothing inside the border, blur outside. | |||||||||
| BlurMaskFilter.Blur | SOLID | Draw solid inside the border, blur outside. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Blur inside the border, draw nothing outside.
Blur inside and outside the original border.
Draw nothing inside the border, blur outside.
Draw solid inside the border, blur outside.