public class PaintFlagsDrawFilter extends DrawFilter
mNativeInt
Constructor and Description |
---|
PaintFlagsDrawFilter(int clearBits,
int setBits)
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.
|
public PaintFlagsDrawFilter(int clearBits, int setBits)
clearBits
- These bits will be cleared in the paint's flagssetBits
- These bits will be set in the paint's flags