HomeSort by relevance Sort by last modified time
    Searched refs:setDither (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/skia/tests/
BlitRowTest.cpp 150 paint.setDither(dither);
239 paint.setDither(dither);
  /frameworks/base/core/java/android/gesture/
Gesture.java 193 paint.setDither(BITMAP_RENDERING_DITHER);
227 paint.setDither(BITMAP_RENDERING_DITHER);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 168 mDrawableContainer.setDither(false);
169 mDrawableContainer.setDither(true);
174 // call current drawable's setDither if dither is changed.
176 mDrawableContainer.setDither(false);
181 mDrawableContainer.setDither(true);
940 public void setDither(boolean dither) {
941 super.setDither(dither);
    [all...]
BitmapDrawableTest.java 142 bitmapDrawable.setDither(false);
145 bitmapDrawable.setDither(true);
LayerDrawableTest.java 468 layerDrawable.setDither(true);
474 layerDrawable.setDither(false);
766 public void setDither(boolean dither) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 462 mLayerPaint.setDither(mDither);
480 mFillPaint.setDither(mDither);
487 mStrokePaint.setDither(mDither);
648 public void setDither(boolean dither) {
840 setDither(dither);
    [all...]
DrawableContainer.java 42 * (e.g. setDither), which this proxy forwards on, we have to have some
139 public void setDither(boolean dither) {
143 mCurrDrawable.mutate().setDither(mDrawableContainerState.mDither);
361 d.setDither(mDrawableContainerState.mDither);
StateListDrawable.java 64 * (e.g. setDither), which this proxy forwards on, we have to have some
132 setDither(a.getBoolean(com.android.internal.R.styleable.StateListDrawable_dither,
LayerDrawable.java 393 public void setDither(boolean dither) {
397 array[i].mDrawable.setDither(dither);
  /frameworks/base/core/java/android/app/
WallpaperManager.java 185 public void setDither(boolean dither) {
383 dr.setDither(false);
574 dr.setDither(false);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 197 mFramePaint.setDither(true);
203 mBatteryPaint.setDither(true);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 345 photoPaint.setDither(true);
382 photoPaint.setDither(true);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 37 mPaint.setDither(true);
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 123 mPaint.setDither(true);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 80 mPaint.setDither(true);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 123 mPaint.setDither(true);
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 123 mPaint.setDither(true);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 193 info.mThumbnail.setDither(true);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 232 info.thumbnail.setDither(true);
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 115 defaultPaint.setDither(true);
Paint.cpp 155 static void setDither(JNIEnv* env, jobject paint, jboolean dither) {
157 GraphicsJNI::getNativePaint(env, paint)->setDither(dither);
815 {"setDither","(Z)V", (void*) SkPaintGlue::setDither},
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 128 d.setDither(true);
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 257 thumbDrawable.setDither(true);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 155 d.setDither(true);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 235 void setDither(bool enabled);

Completed in 1476 milliseconds

12 3 4