Searched defs:clearBits (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaintFlagsDrawFilter.java22 * the specified clearBits in the paint's flags, and then setting the
25 * @param clearBits These bits will be cleared in the paint's flags
28 public PaintFlagsDrawFilter(int clearBits, int setBits) { argument
31 mNativeInt = nativeConstructor(clearBits, setBits);
34 private static native long nativeConstructor(int clearBits, int setBits); argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaintFlagsDrawFilter_Delegate.java58 /*package*/ static long nativeConstructor(int clearBits, int setBits) { argument

Completed in 1902 milliseconds