Home
last modified time | relevance | path

Searched refs:setDither (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DPictureDrawableTest.java93 pictureDrawable.setDither(true); in testSetDither()
DDrawableContainerTest.java170 mDrawableContainer.setDither(false); in testSetDither()
171 mDrawableContainer.setDither(true); in testSetDither()
178 mDrawableContainer.setDither(false); in testSetDither()
183 mDrawableContainer.setDither(true); in testSetDither()
1008 public void setDither(boolean dither) { in setDither() method in DrawableContainerTest.MockDrawable
1009 super.setDither(dither); in setDither()
DNinePatchDrawableTest.java193 mNinePatchDrawable.setDither(false); in testSetDither()
196 mNinePatchDrawable.setDither(true); in testSetDither()
345 d1.setDither(false); in testMutate()
DGradientDrawableTest.java188 gradientDrawable.setDither(true); in testSetDither()
189 gradientDrawable.setDither(false); in testSetDither()
DShapeDrawableTest.java328 shapeDrawable.setDither(true); in testSetDither()
331 shapeDrawable.setDither(false); in testSetDither()
DBitmapDrawableTest.java159 bitmapDrawable.setDither(false); in testSetDither()
162 bitmapDrawable.setDither(true); in testSetDither()
DLayerDrawableTest.java494 layerDrawable.setDither(true); in testSetDither()
500 layerDrawable.setDither(false); in testSetDither()
1452 public void setDither(boolean dither) { in setDither() method in LayerDrawableTest.MockDrawable
DDrawableTest.java546 mockDrawable.setDither(false); in testSetDither()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java764 p.setDither(true);
767 p.setDither(false);