/prebuilts/sdk/current/support/v4/src/tests/res/values/ |
styles.xml | 22 <item name="android:textColor">@color/text_color</item> 27 <item name="theme_color_default">@color/theme_color_yellow_default</item> 28 <item name="theme_color_focused">@color/theme_color_yellow_focused</item> 29 <item name="theme_color_pressed">@color/theme_color_yellow_pressed</item> 33 <item name="theme_color_default">@color/theme_color_lilac_default</item> 34 <item name="theme_color_focused">@color/theme_color_lilac_focused</item> 35 <item name="theme_color_pressed">@color/theme_color_lilac_pressed</item>
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/image/internal/ |
imageutil.a | 19 import color "image/color" // indirect 20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) } 21 type @"image/color".Model interface { Convert(@"image/color".c @"image/color".Color) (? @"image/color".Color) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/image/internal/ |
imageutil.a | 19 import color "image/color" // indirect 20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) } 21 type @"image/color".Model interface { Convert(@"image/color".c @"image/color".Color) (? @"image/color".Color) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ScrimView.java | 24 import android.graphics.Color; 82 int color = getScrimColorWithAlpha(); local 84 canvas.drawColor(color, mode); 86 mPaint.setColor(color); 109 int color = mScrimColor; local 110 color = Color.argb((int) (Color.alpha(color) * mViewAlpha), Color.red(color) [all...] |
/packages/inputmethods/LatinIME/java/res/values/ |
themes-ics.xml | 50 <item name="keyTextColor">@color/key_text_color_holo</item> 51 <item name="keyTextInactivatedColor">@color/key_text_inactivated_color_holo</item> 52 <item name="functionalTextColor">@color/key_text_color_holo</item> 53 <item name="keyHintLetterColor">@color/key_hint_letter_color_holo</item> 54 <item name="keyHintLabelColor">@color/key_hint_label_color_holo</item> 55 <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_holo</item> 56 <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_holo</item> 57 <item name="keyPreviewTextColor">@color/key_text_color_holo</item> 68 <item name="gestureFloatingPreviewTextColor">@color/highlight_color_ics</item> 69 <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_holo</item [all...] |
themes-klp.xml | 50 <item name="keyTextColor">@color/key_text_color_holo</item> 51 <item name="keyTextInactivatedColor">@color/key_text_inactivated_color_holo</item> 52 <item name="functionalTextColor">@color/key_text_color_holo</item> 53 <item name="keyHintLetterColor">@color/key_hint_letter_color_holo</item> 54 <item name="keyHintLabelColor">@color/key_hint_label_color_holo</item> 55 <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_holo</item> 56 <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_holo</item> 57 <item name="keyPreviewTextColor">@color/key_text_color_holo</item> 68 <item name="gestureFloatingPreviewTextColor">@color/highlight_color_klp</item> 69 <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_holo</item [all...] |
themes-lxx-dark.xml | 49 <item name="keyTextColor">@color/key_text_color_lxx_dark</item> 50 <item name="keyTextInactivatedColor">@color/key_functional_text_color_lxx_dark</item> 51 <item name="functionalTextColor">@color/key_text_color_lxx_dark</item> 52 <item name="keyHintLetterColor">@color/key_hint_letter_color_lxx_dark</item> 53 <item name="keyHintLabelColor">@color/key_text_inactive_color_lxx_dark</item> 54 <item name="keyShiftedLetterHintInactivatedColor">@color/key_text_inactive_color_lxx_dark</item> 55 <item name="keyShiftedLetterHintActivatedColor">@color/key_text_color_lxx_dark</item> 56 <item name="keyPreviewTextColor">@color/key_text_color_lxx_dark</item> 68 <item name="gestureFloatingPreviewTextColor">@color/auto_correct_color_lxx_dark</item> 69 <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_lxx_dark</item [all...] |
themes-lxx-light.xml | 49 <item name="keyTextColor">@color/key_text_color_lxx_light</item> 50 <item name="keyTextInactivatedColor">@color/key_text_inactive_color_lxx_light</item> 51 <item name="functionalTextColor">@color/key_functional_text_color_lxx_light</item> 52 <item name="keyHintLetterColor">@color/key_hint_letter_color_lxx_light</item> 53 <item name="keyHintLabelColor">@color/key_text_inactive_color_lxx_light</item> 54 <item name="keyShiftedLetterHintInactivatedColor">@color/key_text_inactive_color_lxx_light</item> 55 <item name="keyShiftedLetterHintActivatedColor">@color/key_text_color_lxx_light</item> 56 <item name="keyPreviewTextColor">@color/key_text_color_lxx_light</item> 68 <item name="gestureFloatingPreviewTextColor">@color/auto_correct_color_lxx_light</item> 69 <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_lxx_light</item [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_blend.c | 164 if (memcmp(ctx->Color.ColorMask[0], ctx->Color.ColorMask[i], 4)) { 177 if (ctx->Color.BlendEnabled && 178 (ctx->Color.BlendEnabled != ((1 << ctx->Const.MaxDrawBuffers) - 1))) { 182 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { 203 if (ctx->Color.ColorLogicOpEnabled) { 206 blend->logicop_func = translate_logicop(ctx->Color.LogicOp); 208 else if (ctx->Color.BlendEnabled) { 212 blend->rt[i].blend_enable = (ctx->Color.BlendEnabled >> i) & 0x1 [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
color_legend_test.html | 18 assert.equal(getComputedStyle(colorLegend.$.square).color, expectedColor); 22 var colorLegend = document.createElement('tr-ui-b-color-legend'); 28 var colorLegend = document.createElement('tr-ui-b-color-legend'); 35 var colorLegend = document.createElement('tr-ui-b-color-legend'); 42 var colorLegend = document.createElement('tr-ui-b-color-legend'); 49 var colorLegend = document.createElement('tr-ui-b-color-legend'); 56 var colorLegend = document.createElement('tr-ui-b-color-legend'); 63 var colorLegend = document.createElement('tr-ui-b-color-legend'); 73 var colorLegend = document.createElement('tr-ui-b-color-legend'); 82 var colorLegend = document.createElement('tr-ui-b-color-legend') [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
SamplePresentation.java | 34 * background color and display its text. 66 * Set the background color of the layout and display the color as a String. 68 * @param color The background color 70 public void setColor(int color) { 71 mLayout.setBackgroundColor(color); 73 // Display the color as a string on screen 74 String s = getResources().getString(R.string.display_color, color);
|
/developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
SamplePresentation.java | 34 * background color and display its text. 66 * Set the background color of the layout and display the color as a String. 68 * @param color The background color 70 public void setColor(int color) { 71 mLayout.setBackgroundColor(color); 73 // Display the color as a string on screen 74 String s = getResources().getString(R.string.display_color, color);
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
SamplePresentation.java | 34 * background color and display its text. 66 * Set the background color of the layout and display the color as a String. 68 * @param color The background color 70 public void setColor(int color) { 71 mLayout.setBackgroundColor(color); 73 // Display the color as a string on screen 74 String s = getResources().getString(R.string.display_color, color);
|
/external/bzip2/ |
bzip.css | 13 a, a:link, a:visited, a:active { color: #336699; } 14 a:hover { color: #339999; } 17 h1, h2, h3, h4 { color: #74240f; } 19 dt { color: #336699; font-weight: bold } 33 #release .md5sum { color: #761596; } 56 background-color: #f2f2f9; 65 code, tt { color: #761596; } 68 color: #000000; 72 background-color: #eeeeee;
|
/external/icu/icu4c/ |
icu4c.css | 76 color: black; 80 color: blue; 95 color: black; 99 color: blue; 113 color: black; 117 color: blue; 151 background-color: #99CCFF; 161 background-color: #99CCFF; 175 background-color: #EEEEFF; 189 color: #000099 [all...] |
/external/libvpx/libvpx/ |
y4menc.c | 17 const char *color; local 20 color = fmt == VPX_IMG_FMT_444A ? "C444alpha\n" : 26 color = fmt == VPX_IMG_FMT_I44416 ? "C444p9 XYSCSS=444P9\n" : 31 color = fmt == VPX_IMG_FMT_I44416 ? "C444p10 XYSCSS=444P10\n" : 36 color = fmt == VPX_IMG_FMT_I44416 ? "C444p12 XYSCSS=444P12\n" : 41 color = fmt == VPX_IMG_FMT_I44416 ? "C444p14 XYSCSS=444P14\n" : 46 color = fmt == VPX_IMG_FMT_I44416 ? "C444p16 XYSCSS=444P16\n" : 51 color = NULL; 55 framerate->numerator, framerate->denominator, 'p', color);
|
/external/skia/src/opts/ |
SkColorCubeFilter_opts.h | 53 Sk4f color(0.5f); // Starting from 0.5f gets us rounding for free. 66 color = color + sum * Sk4f((float)colorToFactors[x][r]); 69 color = color * Sk4f(a * (1.0f/255)); 72 // color is BGRA (SkColor order), dst is SkPMColor order, so may need to swap R+B. 74 color = SkNx_shuffle<2,1,0,3>(color); 77 SkNx_cast<uint8_t>(color).store(dstBytes);
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
RecentsAnimation.cpp | 18 #include "utils/Color.h" 33 Color::Red_500, 34 Color::Purple_500, 35 Color::Blue_500, 36 Color::Green_500, 42 renderer.drawColor(Color::White, SkXfermode::kSrcOver_Mode); 67 curFrame / 150.0f, Color::Green_500, Color::DeepOrange_500)); 79 canvas.drawColor(Color::Grey_200, SkXfermode::kSrcOver_Mode);
|
/packages/apps/EmergencyInfo/res/values/ |
styles.xml | 19 <item name="colorPrimary">@color/material_blue_grey_900</item> 20 <item name="colorPrimaryDark">@color/material_blue_grey_950</item> 21 <item name="tabIndicatorColor">@color/material_teal_200</item> 27 <item name="colorPrimaryDark">@color/emergency_primary_dark</item> 28 <item name="colorPrimary">@color/emergency_primary</item> 29 <item name="colorAccent">@color/emergency_accent</item> 30 <item name="tabIndicatorColor">@color/emergency_accent</item> 36 <item name="tabSelectedTextColor">@color/tab_text_color</item> 45 <item name="android:textColor">@color/tab_text_color</item>
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ParameterColor.java | 19 import android.graphics.Color; 32 Color.RED & 0x80FFFFFF, 33 Color.GREEN & 0x80FFFFFF, 34 Color.BLUE & 0x80FFFFFF, 35 Color.BLACK & 0x80FFFFFF, 36 Color.WHITE & 0x80FFFFFF 41 Color.colorToHSV(defaultColor, mHSVO); 52 mValue = Color.HSVToColor((int) (hsvo[3] * 255), mHSVO); 90 Color.colorToHSV(mValue, mHSVO);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
StringTexture.java | 21 import android.graphics.Color; 30 // the String, the font size, and the color. 44 public static TextPaint getDefaultPaint(float textSize, int color) { 48 paint.setColor(color); 49 paint.setShadowLayer(2f, 0f, 0f, Color.BLACK); 54 String text, float textSize, int color) { 55 return newInstance(text, getDefaultPaint(textSize, color)); 59 String text, float textSize, int color, 61 TextPaint paint = getDefaultPaint(textSize, color);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ColorStateListTest.java | 28 import android.graphics.Color; 40 final int[] colors = new int[]{Color.RED, Color.BLUE}; 43 assertEquals(Color.RED, c.getDefaultColor()); 48 final int xmlId = R.color.testcolor; 49 final int colorInXml = 0xFFA6C839; // this color value is defined in testcolor.xml file. 61 final int xmlId = R.color.testcolor_themed; 62 final int colorInXml = Color.BLACK; // this color value is defined in styles.xml file. 79 c = res.getColorStateList(R.color.testcolor, null) [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
ClickableSpanTest.java | 20 import android.graphics.Color; 32 tp.linkColor = Color.RED; 37 assertEquals(Color.RED, tp.getColor()); 40 tp.linkColor = Color.BLUE; 42 assertEquals(Color.BLUE, tp.getColor());
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/ |
base-strings.xml | 24 Sample that shows applying tinting and color filters to Drawables both programmatically 27 A color state list is referenced as the tint color, which defines colors for different 30 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
|
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/res/values/ |
styles.xml | 22 <item name="colorPrimary">@color/colorPrimary</item> 23 <item name="colorPrimaryDark">@color/colorPrimaryDark</item> 24 <item name="colorAccent">@color/colorAccent</item> 27 <item name="android:windowBackgroundFallback">@color/colorAccent</item> 28 <item name="android:windowBackground">@color/colorAccent</item>
|