Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DGlifPatternDrawableTest.java36 final GlifPatternDrawable drawable = new GlifPatternDrawable(Color.RED); in testDraw()
54 final GlifPatternDrawable drawable = new GlifPatternDrawable(Color.RED); in testDrawTwice()
75 final GlifPatternDrawable drawable = new GlifPatternDrawable(Color.RED); in testScaleToCanvasSquare()
89 final GlifPatternDrawable drawable = new GlifPatternDrawable(Color.RED); in testScaleToCanvasTall()
104 final GlifPatternDrawable drawable = new GlifPatternDrawable(Color.RED); in testScaleToCanvasWide()
DDrawableLayoutDirectionHelperTest.java39 final Drawable drawable = new ColorDrawable(Color.RED); in testCreateRelativeInsetDrawableLtr()
56 final Drawable drawable = new ColorDrawable(Color.RED); in testCreateRelativeInsetDrawableRtl()
73 final Drawable drawable = new ColorDrawable(Color.RED); in testCreateRelativeInsetDrawableViewRtl()
95 final Drawable drawable = new ColorDrawable(Color.RED); in testCreateRelativeInsetDrawableContextRtl()
DGlifLayoutTest.java91 layout.setPrimaryColor(ColorStateList.valueOf(Color.RED)); in testSetPrimaryColor()
93 ColorStateList.valueOf(Color.RED), layout.getPrimaryColor()); in testSetPrimaryColor()
98 ColorStateList.valueOf(Color.RED), progressBar.getIndeterminateTintList()); in testSetPrimaryColor()
DIllustrationTest.java45 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio()
/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java81 c.drawColor(Color.RED); in drawIfNeeded()
84 c.drawColor(Color.RED); in drawIfNeeded()
87 c.drawColor(Color.RED); in drawIfNeeded()
90 c.drawColor(Color.RED); in drawIfNeeded()
/frameworks/base/core/java/android/hardware/camera2/params/
DRggbChannelVector.java31 public static final int RED = 0; field in RggbChannelVector
119 case RED: in getComponent()
153 destination[offset + RED] = mRed; in copyTo()
DLensShadingMap.java165 mElements[RED + offset]; in getGainFactorVector()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java39 public static final int RED = 0; field in Material
90 mColor[p + RED] = v; in simpleSetup()
249 mColor[p + RED] = (byte) red; in buildMaterialProp()
275 mColor[p + RED] = (byte) red; in buildMaterialProp()
292 mColor[p + RED] = (byte) red; in buildMaterialProp()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColoredRectsActivity.java41 final RectsView swView = new RectsView(this, 400, Color.RED); in onCreate()
49 final RectsView swBothView = new RectsView(this, 854, Color.RED); in onCreate()
DViewPropertyAlphaActivity.java82 text.setSpan(new BackgroundColorSpan(Color.RED), 0, 3, in onCreate()
124 mPaint.setColor(Color.RED); in MyView()
DPathOffsetActivity.java57 mPaint.setColor(Color.RED); in onDraw()
DPathOpsActivity.java50 mPaint.setColor(Color.RED); in PathsView()
DLines2Activity.java41 final LinesView swView = new LinesView(this, 400, Color.RED); in onCreate()
49 final LinesView swBothView = new LinesView(this, 854, Color.RED); in onCreate()
DRevealActivity.java125 canvas.drawColor(Color.RED); in onDraw()
DPointsActivity.java53 final RenderingView swView = new RenderingView(this, Color.RED); in onCreate()
/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp20 llvm::raw_ostream::RED;
23 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DResourceModifiers.java89 Color.RED, Color.GREEN, Shader.TileMode.CLAMP); in ResourceModifiers()
97 Color.BLUE, Color.RED, Shader.TileMode.CLAMP); in ResourceModifiers()
/frameworks/base/graphics/java/android/graphics/
DColor.java45 @ColorInt public static final int RED = 0xFFFF0000; field in Color
261 sColorNameMap.put("red", RED);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java230 private static final String RED = "red"; field in FileRotatorTest
244 rotate.combineActive(reader, writer(RED), currentTime); in testQueryMatch()
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW }; in testQueryMatch()
267 RED, GREEN, BLUE); in testQueryMatch()
/frameworks/native/services/surfaceflinger/
DColorizer.h28 RED = 31, enumerator
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
DDividerItemDecorationTest.java58 Drawable divider = new ColorDrawable(Color.RED); in testShouldDrawDividerBelowWithEitherCondition()
68 paint.setColor(Color.RED); in testShouldDrawDividerBelowWithEitherCondition()
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
DUser.java19 private int favoriteColor = Color.RED;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DHitRectBug.java52 mPaint.setColor(Color.RED); in TestDrawingView()
/frameworks/support/customtabs/tests/src/android/support/customtabs/
DCustomTabsIntentTest.java54 int color = Color.RED; in testToolbarColor()
/frameworks/base/core/tests/coretests/src/android/graphics/
DPathOffsetTest.java85 paint.setColor(Color.RED); in drawAndGetBitmap()

123