HomeSort by relevance Sort by last modified time
    Searched defs:mDither (Results 1 - 9 of 9) sorted by null

  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 144 boolean mDither;
221 return mDither;
329 boolean mDither;
412 mDither = enable;
422 mDepthMask, mDither,
433 programStore.mDither = mDither;
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 420 state.mDither = a.getBoolean(R.styleable.NinePatchDrawable_dither, state.mDither);
425 options.inDither = !state.mDither;
593 boolean mDither = DEFAULT_DITHER;
616 mDither = dither;
628 mDither = orig.mDither;
734 if (state.mDither != DEFAULT_DITHER) {
735 setDither(state.mDither);
DrawableContainer.java 163 if (mDrawableContainerState.mDither != dither) {
164 mDrawableContainerState.mDither = dither;
166 mCurrDrawable.setDither(mDrawableContainerState.mDither);
551 d.setDither(mDrawableContainerState.mDither);
715 boolean mDither = DEFAULT_DITHER;
751 mDither = orig.mDither;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 181 milliseconds