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

/frameworks/native/services/surfaceflinger/
H A DColorizer.h30 YELLOW = 33, enumerator in enum:android::Colorizer::color
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp17 static const enum llvm::raw_ostream::Colors FatalColor = llvm::raw_ostream::YELLOW;
112 m_OStream.changeColor(llvm::raw_ostream::YELLOW);
131 m_OStream.changeColor(llvm::raw_ostream::YELLOW);
144 m_OStream.changeColor(llvm::raw_ostream::YELLOW);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java47 mColor = a.getColor(R.styleable.DrawTextTestView_color, Color.YELLOW);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx93 out().changeColor(raw_ostream::YELLOW, true);
H A DELFSectionHeader.hxx78 out().changeColor(raw_ostream::YELLOW, true);
H A DELFSymbol.hxx88 out().changeColor(raw_ostream::YELLOW, true);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java233 private static final String YELLOW = "yellow"; field in class:FileRotatorTest
256 rotate.combineActive(reader, writer(YELLOW), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
272 GREEN, BLUE, YELLOW);
/frameworks/base/graphics/java/android/graphics/
H A DColor.java46 public static final int YELLOW = 0xFFFFFF00; field in class:Color
406 sColorNameMap.put("yellow", YELLOW);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java100 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
103 Color.YELLOW, Color.MAGENTA);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DShadersActivity.java96 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
H A DMoreShadersActivity.java90 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java475 YELLOW_ON_BLACK = new CaptionStyle(Color.YELLOW, Color.BLACK, EDGE_TYPE_NONE,
477 YELLOW_ON_BLUE = new CaptionStyle(Color.YELLOW, Color.BLUE, EDGE_TYPE_NONE,
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java105 static final int LARGE_COLOR = Color.YELLOW;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java330 Color.YELLOW,
/frameworks/base/tools/apilint/
H A Dapilint.py32 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8)
208 _fail(clazz, detail, "%sWarning:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), format(reset=True), msg))
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1972 p.setColor(Color.YELLOW);

Completed in 3061 milliseconds