HomeSort by relevance Sort by last modified time
    Searched refs:YELLOW (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShadersActivity.java 96 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
MoreShadersActivity.java 90 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
  /cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java 151 mEditText.setDrawingCacheBackgroundColor(Color.YELLOW);
152 assertEquals(Color.YELLOW, mEditText.getDrawingCacheBackgroundColor());
160 assertEquals(Color.YELLOW, b.getPixel(0, 0));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 96 assertColorFillRect(bmp, 5, 5, 4, 4, Color.YELLOW);
107 assertColorFillRect(bmp, 2, 2, 1, 1, Color.YELLOW);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 287 Class<?> yellowClass = TrafficLights.YELLOW.getClass();
370 YELLOW {},
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 140 mEffect.setParameter("first_color", Color.YELLOW);
  /external/llvm/include/llvm/Support/
raw_ostream.h 68 YELLOW,
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
SurfaceAndTextureViews.java 105 static final int LARGE_COLOR = Color.YELLOW;
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 88 out().changeColor(raw_ostream::YELLOW, true);
  /external/llvm/utils/lit/lit/
ProgressBar.py 71 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
82 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
83 _ANSICOLORS = "BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE".split()
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 330 Color.YELLOW,
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 330 Color.YELLOW,
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 342 Color.YELLOW,
  /external/clang/lib/AST/
ASTDumper.cpp 48 static const TerminalColor CommentColor = { raw_ostream::YELLOW, true };
54 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
56 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 69 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW);
261 this.gc.setBackground(YELLOW);
308 this.gc.setBackground(YELLOW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 78 Color.WHITE, Color.RED, Color.YELLOW, Color.GREEN,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 86 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW);
  /external/qemu/android/
hw-events.h 345 KEY_CODE(YELLOW ,0x190) \
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 35 // Highlight color is yellow, as in other apps.
37 public static final int HIGHLIGHT_COLOR_INT = Color.YELLOW;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 530 private enum Color {BLUE, RED, YELLOW, GREEN}
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 613 mTextView.setLinkTextColor(Color.YELLOW);
614 assertSame(ColorStateList.valueOf(Color.YELLOW), mTextView.getLinkTextColors());
615 assertEquals(Color.YELLOW, mTextView.getPaint().linkColor);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 726 return Color.YELLOW;
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 958 milliseconds

12 3