/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 118 Alpha-Red-Green-Blue information in one of the following formats:</p>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-formstuff.jd | 234 android:text="Blue" />
|
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 497 * each of the red, green, and blue components by 2. The alpha value is
|
/packages/apps/IM/libwbxml/include/ |
csp13_data.h | 704 { 0x8D, "Blue" },
|
/packages/apps/IM/libwbxml/src/ |
csp13values_hash.c | 224 {"Blue", 0x8D},
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 2247 final Account blue = new Account("blue", "blue"); local [all...] |
/system/core/debuggerd/ |
debuggerd.c | 593 write_string("/sys/class/leds/blue/brightness", "0");
|
/external/grub/stage2/ |
builtins.c | 574 color name. An example of the latter is "blink-light-gray/blue". */ 585 "blue", 593 "light-blue", 695 " A symbolic color name must be one of these: black, blue, green," 696 " cyan, red, magenta, brown, light-gray, dark-gray, light-blue," [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
ScannerTest.java | [all...] |
/external/qemu/ |
vnc-android.c | [all...] |
vnc.c | [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 716 * @param b blue component (0..255) of the color to draw onto the canvas 729 * @param b blue component (0..255) of the color to draw onto the canvas [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 267 // turn blue when bluetooth is active.) [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 849 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; 850 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.css | 440 /* IE6 quirk (won't chain classes, so just keep background blue) */
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 820 mWindow.setTitleColor(Color.BLUE); [all...] |
/external/libpng/ |
png.c | 940 png_warning(png_ptr, "Invalid cHRM blue point");
|
pngset.c | 869 (int)trans_values->blue > sample_max))) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/linux/ |
SDL_sysjoystick.c | 70 be identified by their transparent blue design. It's quite trivial
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.c | 260 int component; /* red, green, blue, alpha, overlay */
|
/external/quake/quake/src/QW/client/ |
draw.c | 996 Draws the little blue disc in the corner of the screen.
|
vid_x.c | 627 colors[i].blue = palette[i*3+2] * 257;
|
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 834 colors[i].blue = vid_gamma[palette[i*3+2]] * 257;
|
vid_sunxil.cpp | 727 colors[i].blue = vid_gamma[palette[i*3+2]] * 257;
|
vid_x.cpp | 702 colors[i].blue = palette[i*3+2] * 257;
|