Searched refs:RED (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
H A DColorizer.h28 RED = 31, enumerator in enum:android::Colorizer::color
/frameworks/base/core/java/android/hardware/camera2/params/
H A DRggbChannelVector.java31 public static final int RED = 0; field in class:RggbChannelVector
105 * <p>{@code colorChannel} must be one of {@link #RED}, {@link #GREEN_EVEN}, {@link #GREEN_ODD},
119 case RED:
153 destination[offset + RED] = mRed;
H A DLensShadingMap.java121 * @see #RED
166 mElements[RED + offset];
/frameworks/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java78 c.drawColor(Color.RED);
81 c.drawColor(Color.RED);
84 c.drawColor(Color.RED);
87 c.drawColor(Color.RED);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathOffsetActivity.java57 mPaint.setColor(Color.RED);
H A DColoredRectsActivity.java41 final RectsView swView = new RectsView(this, 400, Color.RED);
49 final RectsView swBothView = new RectsView(this, 854, Color.RED);
H A DViewPropertyAlphaActivity.java82 text.setSpan(new BackgroundColorSpan(Color.RED), 0, 3,
124 mPaint.setColor(Color.RED);
H A DPathOpsActivity.java50 mPaint.setColor(Color.RED);
H A DRevealActivity.java125 canvas.drawColor(Color.RED);
H A DPointsActivity.java53 final RenderingView swView = new RenderingView(this, Color.RED);
H A DShadersActivity.java85 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
H A DViewLayerInvalidationActivity.java83 currentColor = (currentColor == Color.WHITE) ? Color.RED : Color.WHITE;
H A DLines2Activity.java41 final LinesView swView = new LinesView(this, 400, Color.RED);
49 final LinesView swBothView = new LinesView(this, 854, Color.RED);
H A DMoreShadersActivity.java84 Color.RED, 0x7f00ff00, Shader.TileMode.CLAMP);
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp16 static const enum llvm::raw_ostream::Colors UnreachableColor = llvm::raw_ostream::RED;
18 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHitRectBug.java52 mPaint.setColor(Color.RED);
H A DSurfaceAndTextureViews.java153 static final int SMALL_COLOR = Color.RED;
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java230 private static final String RED = "red"; field in class:FileRotatorTest
244 rotate.combineActive(reader, writer(RED), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
267 RED, GREEN, BLUE);
/frameworks/base/graphics/java/android/graphics/
H A DColor.java43 public static final int RED = 0xFFFF0000; field in class:Color
403 sColorNameMap.put("red", RED);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java89 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
97 Color.BLUE, Color.RED, Shader.TileMode.CLAMP);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java162 mPainter.setColor(Color.RED);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java328 Color.RED,
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java173 g.setColor(Color.RED);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java60 RED, enum constant in enum:BlendComposite.BlendingMode
94 public static final BlendComposite Red = new BlendComposite(BlendingMode.RED);
637 case RED:
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DSizeAdaptiveLayoutTest.java439 panelColor.getColor(), Color.RED);

Completed in 3444 milliseconds

12