Searched defs:FILTER_BITMAP_FLAG (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 59 milliseconds