No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||
| ↳ | android.graphics.DrawFilter | |
| ↳ | android.graphics.PaintFlagsDrawFilter | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Subclass of DrawFilter that affects every paint by first clearing the specified clearBits in the paint's flags, and then setting the specified setBits in the paint's flags.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class android.graphics.DrawFilter
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Subclass of DrawFilter that affects every paint by first clearing the specified clearBits in the paint's flags, and then setting the specified setBits in the paint's flags.
| clearBits | These bits will be cleared in the paint's flags |
|---|---|
| setBits | These bits will be set in the paint's flags |