Searched refs:MULTIPLY (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java54 MULTIPLY (14), enum constant in enum:PorterDuff.Mode
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPorterDuffUtility.java91 case MULTIPLY:
92 return BlendComposite.getInstance(BlendingMode.MULTIPLY, alpha1);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java72 p.setColorFilter(new PorterDuffColorFilter(0xffff0000, PorterDuff.Mode.MULTIPLY));
78 p3.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
H A DFramebufferBlendActivity.java73 drawBlendedBitmap(canvas, PorterDuff.Mode.MULTIPLY);
H A DAdvancedBlendActivity.java89 PorterDuff.Mode.MULTIPLY);
H A DViewLayersActivity5.java86 mPaint.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java69 view.setColorFilter(mTintColor, PorterDuff.Mode.MULTIPLY);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java106 PorterDuff.Mode.MULTIPLY);
130 PorterDuff.Mode.MULTIPLY);
133 PorterDuff.Mode.MULTIPLY);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintManager.java78 * using the {@link android.graphics.PorterDuff.Mode#MULTIPLY} mode.
148 PorterDuff.Mode.MULTIPLY);
175 tintMode = PorterDuff.Mode.MULTIPLY;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java37 MULTIPLY, enum constant in enum:BlendComposite.BlendingMode
71 public static final BlendComposite Multiply = new BlendComposite(BlendingMode.MULTIPLY);
602 case MULTIPLY:
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1332 case 14: return Mode.MULTIPLY;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blend.S33 X(14, MULTIPLY) \
H A DrsCpuIntrinsics_advsimd_Blend.S33 X(14, MULTIPLY) \
/frameworks/base/core/java/android/app/
H A DNotification.java3042 PorterDuff.Mode.MULTIPLY);

Completed in 400 milliseconds