Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DCollectionUtilsTest.java37 private static final Object GREEN = new Object(); field in CollectionUtilsTest
/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkEnumComplex.java25 GREEN("Green", "G"), enumConstant
/frameworks/native/services/surfaceflinger/
DColorizer.h29 GREEN = 32, enumerator
/frameworks/native/services/surfaceflinger/tests/utils/
DColorUtils.h31 static const Color GREEN; member
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java240 private static final String GREEN = "green"; field in FileRotatorTest
/frameworks/base/core/tests/coretests/src/android/colormodel/
DCamTest.java38 static final int GREEN = 0xff00ff00; field in CamTest
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h161 GREEN = 1, enumerator
171 GREEN = 0x00000004, enumerator
/frameworks/base/tools/apilint/
Ddeprecated_at_birth.py25 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
/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/libs/androidfw/tests/
DNinePatch_test.cpp27 #define GREEN "\xff\x00\x00\xff" macro
/frameworks/base/core/java/com/android/internal/graphics/palette/
DWuQuantizer.java426 GREEN, enumConstant
/frameworks/base/graphics/java/android/graphics/
DColor.java302 @ColorInt public static final int GREEN = 0xFF00FF00; field in Color