Home
last modified time | relevance | path

Searched refs:nSetDither (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPaint.java800 nSetDither(mNativePaint, dither); in setDither()
3160 private static native void nSetDither(long paintPtr, boolean dither); in nSetDither() method in Paint
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java370 /*package*/ static void nSetDither(long nativePaint, boolean dither) { in nSetDither() method in Paint_Delegate