Searched refs:YELLOW (Results 1 - 19 of 19) 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.cpp22 llvm::raw_ostream::YELLOW;
119 m_OStream.changeColor(llvm::raw_ostream::YELLOW);
140 m_OStream.changeColor(llvm::raw_ostream::YELLOW);
153 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/base/graphics/java/android/graphics/
H A DColor.java48 @ColorInt public static final int YELLOW = 0xFFFFFF00; field in class:Color
264 sColorNameMap.put("yellow", YELLOW);
/frameworks/base/core/tests/utiltests/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/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java100 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
103 Color.YELLOW, Color.MAGENTA);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridActivity.java215 v.setBackgroundColor(Color.YELLOW);
232 v.setBackgroundColor(Color.YELLOW);
344 v.setBackgroundColor(Color.YELLOW);
/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/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DDrawView.java56 mPaint2.setColor(Color.YELLOW);
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java506 YELLOW_ON_BLACK = new CaptionStyle(Color.YELLOW, Color.BLACK, EDGE_TYPE_NONE,
508 YELLOW_ON_BLUE = new CaptionStyle(Color.YELLOW, Color.BLUE, EDGE_TYPE_NONE,
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTabLayoutWithViewPagerTest.java301 mDefaultPagerAdapter.add("Yellow", Color.YELLOW);
332 mDefaultPagerAdapter.add("Yellow", Color.YELLOW);
354 mDefaultPagerAdapter.add("Yellow", Color.YELLOW);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java105 static final int LARGE_COLOR = Color.YELLOW;
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java113 v.setBackgroundColor(Color.YELLOW);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java113 v.setBackgroundColor(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)
220 dump = "%s%s:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), self.head, format(reset=True), msg)
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java564 adapter.add("Yellow", Color.YELLOW);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java2163 p.setColor(Color.YELLOW);

Completed in 654 milliseconds