Home
last modified time | relevance | path

Searched defs:GREEN (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.h40 const half3 GREEN = half3(0.0f, 1.0f, 0.0f); variable
DColorizer.h31 GREEN = 32, enumerator
/frameworks/base/tools/stringslint/
Dstringslint.py39 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java231 private static final String GREEN = "green"; field in FileRotatorTest
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java40 public static final int GREEN = 1; field in Material
/frameworks/base/tools/aapt2/compile/
DNinePatch_test.cpp27 #define GREEN "\xff\x00\x00\xff" macro
/frameworks/base/graphics/java/android/graphics/
DColor.java300 @ColorInt public static final int GREEN = 0xFF00FF00; field in Color
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp77 constexpr static TestColor GREEN = {63, 195, 63, 255}; variable
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp63 static const Color GREEN; member