Example usage for Java android.graphics PaintFlagsDrawFilter fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |