Searched refs:GREEN (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DColorizer.h29 GREEN = 32, enumerator in enum:android::Colorizer::color
H A DLayer.cpp1347 colorizer.colorize(result, Colorizer::GREEN);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColoredRectsActivity.java39 final RectsView gpuView = new RectsView(this, 0, Color.GREEN);
44 final RectsView hwBothView = new RectsView(this, 850, Color.GREEN);
H A DPointsActivity.java51 final RenderingView gpuView = new RenderingView(this, Color.GREEN);
H A DShadersActivity.java85 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
H A DLines2Activity.java39 final LinesView gpuView = new LinesView(this, 0, Color.GREEN);
44 final LinesView hwBothView = new LinesView(this, 850, Color.GREEN);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java231 private static final String GREEN = "green"; field in class:FileRotatorTest
248 rotate.combineActive(reader, writer(GREEN), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
267 RED, GREEN, BLUE);
272 GREEN, BLUE, YELLOW);
/frameworks/base/graphics/java/android/graphics/
H A DColor.java44 public static final int GREEN = 0xFF00FF00; field in class:Color
404 sColorNameMap.put("green", GREEN);
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp21 static const enum llvm::raw_ostream::Colors NoteColor = llvm::raw_ostream::GREEN;
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java89 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java120 static final int SMALL_COLOR = Color.GREEN;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java331 Color.GREEN,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java61 GREEN, enum constant in enum:BlendComposite.BlendingMode
95 public static final BlendComposite Green = new BlendComposite(BlendingMode.GREEN);
492 case GREEN:
/frameworks/base/tools/apilint/
H A Dapilint.py32 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1969 p.setColor(Color.GREEN);

Completed in 207 milliseconds