Searched defs:FILTER_BITMAP_FLAG (Results 1 - 1 of 1) sorted by path

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java100 public static final int FILTER_BITMAP_FLAG = 0x02; field in class:Paint
737 return (getFlags() & FILTER_BITMAP_FLAG) != 0;
741 * Helper for setFlags(), setting or clearing the FILTER_BITMAP_FLAG bit.
746 * @param filter true to set the FILTER_BITMAP_FLAG bit in the paint's

Completed in 75 milliseconds