Searched refs:ColorMatrix (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DColorMatrixColorFilter.java23 * @see ColorMatrix
26 private final ColorMatrix mMatrix = new ColorMatrix();
35 public ColorMatrixColorFilter(ColorMatrix matrix) {
45 * the filter. See ColorMatrix.
56 * Returns the {@link ColorMatrix} used by this filter. The returned
58 * any effect until you call {@link #setColorMatrix(ColorMatrix)}.
60 * @see #setColorMatrix(ColorMatrix)
64 public ColorMatrix getColorMatrix() {
73 * @param matrix A {@link ColorMatrix} o
[all...]
H A DColorMatrix.java43 public class ColorMatrix { class
50 public ColorMatrix() { method in class:ColorMatrix
57 public ColorMatrix(float[] src) { method in class:ColorMatrix
64 public ColorMatrix(ColorMatrix src) { method in class:ColorMatrix
91 public void set(ColorMatrix src) {
159 public void setConcat(ColorMatrix matA, ColorMatrix matB) {
189 public void preConcat(ColorMatrix prematrix) {
197 public void postConcat(ColorMatrix postmatri
[all...]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DColorMatrix.java24 public class ColorMatrix extends TestBase { class in inherits:TestBase
30 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
H A DImageProcessingActivity2.java82 COLOR_MATRIX ("ColorMatrix"),
83 INTRINSICS_COLOR_MATRIX ("Intrinsics ColorMatrix"),
84 INTRINSICS_COLOR_MATRIX_GREY ("Intrinsics ColorMatrix Grey"),
266 mTest = new ColorMatrix(false, false);
269 mTest = new ColorMatrix(true, false);
272 mTest = new ColorMatrix(true, true);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java31 public class ColorMatrix extends TestBase { class in inherits:TestBase
37 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
H A DImageProcessingActivity.java83 COLOR_MATRIX ("ColorMatrix"),
84 INTRINSICS_COLOR_MATRIX ("Intrinsics ColorMatrix"),
85 INTRINSICS_COLOR_MATRIX_GREY ("Intrinsics ColorMatrix Grey"),
306 mTest = new ColorMatrix(false, false);
309 mTest = new ColorMatrix(true, false);
312 mTest = new ColorMatrix(true, true);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DColorMatrix.java31 public class ColorMatrix extends TestBase { class in inherits:TestBase
37 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
H A DIPTestListJB.java55 COLOR_MATRIX ("ColorMatrix", RELAXED_FP, 25.5f),
56 INTRINSICS_COLOR_MATRIX ("Intrinsics ColorMatrix", INTRINSIC, 13.3f),
57 INTRINSICS_COLOR_MATRIX_GREY ("Intrinsics ColorMatrix Grey", INTRINSIC, 13.4f),
143 return new ColorMatrix(false, false);
145 return new ColorMatrix(true, false);
147 return new ColorMatrix(true, true);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColorFiltersActivity.java24 import android.graphics.ColorMatrix;
56 final ColorMatrix colorMatrix = new ColorMatrix();
H A DColorFiltersMutateActivity.java26 import android.graphics.ColorMatrix;
63 final ColorMatrix colorMatrix = new ColorMatrix();
141 final ColorMatrix m = filter.getColorMatrix();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java26 import android.graphics.ColorMatrix;
79 ColorMatrix cm = new ColorMatrix();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java21 import android.graphics.ColorMatrix;
262 p.setColorFilter(new ColorMatrixColorFilter(new ColorMatrix(invert)));
H A DActivatableNotificationView.java28 import android.graphics.ColorMatrix;
362 final ColorMatrix m = new ColorMatrix(invert);
363 final ColorMatrix grayscale = new ColorMatrix();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardTransportControlView.java23 import android.graphics.ColorMatrix;
411 final ColorMatrix cm = new ColorMatrix();
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java25 import android.graphics.ColorMatrix;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java35 import android.graphics.ColorMatrix;
143 ColorMatrix desat = new ColorMatrix();

Completed in 876 milliseconds