/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/ |
D | TextPaint.java | 21 void setDither(boolean dither); in setDither() method
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 360 public void setDither(boolean dither) { in setDither() method in NinePatchDrawable 367 getPaint().setDither(dither); in setDither() 517 mPaint.setDither(DEFAULT_DITHER); in getPaint() 744 setDither(state.mDither); in updateLocalState()
|
D | ShapeDrawable.java | 342 public void setDither(boolean dither) { in setDither() method in ShapeDrawable 343 mShapeState.mPaint.setDither(dither); in setDither() 470 paint.setDither(dither); in updateStateFromTypedArray()
|
D | BitmapDrawable.java | 390 public void setDither(boolean dither) { in setDither() method in BitmapDrawable 391 mBitmapState.mPaint.setDither(dither); in setDither() 890 paint.setDither(a.getBoolean(R.styleable.BitmapDrawable_dither, paint.isDither())); in updateStateFromTypedArray()
|
D | DrawableContainer.java | 163 public void setDither(boolean dither) { in setDither() method in DrawableContainer 167 mCurrDrawable.setDither(mDrawableContainerState.mDither); in setDither() 551 d.setDither(mDrawableContainerState.mDither); in initializeDrawableForDisplay()
|
D | AdaptiveIconDrawable.java | 704 public void setDither(boolean dither) { in setDither() method in AdaptiveIconDrawable 709 dr.setDither(dither); in setDither()
|
D | GradientDrawable.java | 779 mLayerPaint.setDither(st.mDither); in draw() 797 mFillPaint.setDither(st.mDither); in draw() 804 mStrokePaint.setDither(st.mDither); in draw() 1207 public void setDither(boolean dither) {
|
D | AnimatedStateListDrawable.java | 428 setDither(a.getBoolean( in updateStateFromTypedArray()
|
D | Drawable.java | 370 public void setDither(boolean dither) {} in setDither() method in Drawable
|
D | LayerDrawable.java | 1347 public void setDither(boolean dither) { in setDither() method in LayerDrawable 1353 dr.setDither(dither); in setDither()
|
/frameworks/base/core/java/android/gesture/ |
D | Gesture.java | 193 paint.setDither(BITMAP_RENDERING_DITHER); in toBitmap() 227 paint.setDither(BITMAP_RENDERING_DITHER); in toBitmap()
|
D | GestureOverlayView.java | 190 gesturePaint.setDither(DITHER_FLAG); in init()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | CircularImageView.java | 49 bitmapPaint.setDither(true); in CircularImageView()
|
/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/ |
D | InkView.java | 52 mPaint.setDither(true); in InkView()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 59 mBitmapPaint.setDither(true); in CircularBitmapDrawable()
|
D | BasicBitmapDrawable.java | 103 mPaint.setDither(true); in BasicBitmapDrawable()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | DismissView.kt | 205 gd.setDither(true) in createGradient()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBase.java | 132 mFramePaint.setDither(true); in BatteryMeterDrawableBase() 137 mBatteryPaint.setDither(true); in BatteryMeterDrawableBase()
|
/frameworks/base/libs/hwui/hwui/ |
D | PaintImpl.cpp | 159 paint->setDither ((flags & sDitherFlag) != 0); in applyLegacyFlagsToPaint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | DragToInteractView.kt | 268 gd.setDither(true) in createGradient()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | ColorBitmapActivity.java | 95 paint.setDither(true); in authorGradientBuffer()
|
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 781 static void setDither(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jboolean dither) { in setDither() function 782 reinterpret_cast<Paint*>(paintHandle)->setDither(dither); in setDither() 1188 {"nSetDither", "(JZ)V", (void*)PaintGlue::setDither},
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 345 mPathPaint.setDither(true); in LockPatternView() 389 mPaint.setDither(true); in LockPatternView()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 458 public void setDither(boolean dither) { in setDither() method in WallpaperManager.FastBitmapDrawable 1049 dr.setDither(false); in getDrawable()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaRenderEngine.cpp | 1060 paint.setDither(true); in drawLayersInternal()
|