/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationUtils.java | 19 import android.graphics.Color; 48 return Color.argb( 49 (int) interpolate(Color.alpha(startColor), Color.alpha(endColor), amount), 50 (int) interpolate(Color.red(startColor), Color.red(endColor), amount), 51 (int) interpolate(Color.green(startColor), Color.green(endColor), amount), 52 (int) interpolate(Color.blue(startColor), Color.blue(endColor), amount)) [all...] |
/prebuilts/go/darwin-x86/src/image/color/ |
color.go | 5 // Package color implements a basic color library. 6 package color 8 // Color can convert itself to alpha-premultiplied 16-bits per channel RGBA. 10 type Color interface { 12 // for the color. Each value ranges within [0, 0xffff], but is represented 16 // An alpha-premultiplied color component c has been scaled by alpha (a), 21 // RGBA represents a traditional 32-bit alpha-premultiplied color, having 8 24 // An alpha-premultiplied color component C has been scaled by alpha (A), so 42 // RGBA64 represents a 64-bit alpha-premultiplied color, having 16 bits fo [all...] |
/prebuilts/go/linux-x86/src/image/color/ |
color.go | 5 // Package color implements a basic color library. 6 package color 8 // Color can convert itself to alpha-premultiplied 16-bits per channel RGBA. 10 type Color interface { 12 // for the color. Each value ranges within [0, 0xffff], but is represented 16 // An alpha-premultiplied color component c has been scaled by alpha (a), 21 // RGBA represents a traditional 32-bit alpha-premultiplied color, having 8 24 // An alpha-premultiplied color component C has been scaled by alpha (A), so 42 // RGBA64 represents a 64-bit alpha-premultiplied color, having 16 bits fo [all...] |
/external/opencv3/modules/viz/include/opencv2/viz/ |
widgets.hpp | 203 /** @brief Sets the color of the widget. 205 @param color color of type Color 207 void setColor(const Color &color); 220 /** @brief Sets the color of the widget. 222 @param color color of type Color [all...] |
/external/testng/doc/samplereport/css/ |
maven-theme.css | 16 color:#36a;
19 color:#47a;
22 color:#69c;
43 color: #900;
44 background-color: #ddd;
51 color: #900;
52 background-color: #eee;
59 color: #900;
60 background-color: #fff;
66 color: #900; [all...] |
/external/libnl/doc/ |
libnl.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
PSNRComparer.java | 18 import android.graphics.Color; 63 MSE += (Color.red(ideal[index]) - Color.red(given[index])) * 64 (Color.red(ideal[index]) - Color.red(given[index])); 65 MSE += (Color.blue(ideal[index]) - Color.blue(given[index])) * 66 (Color.blue(ideal[index]) - Color.blue(given[index])); 67 MSE += (Color.green(ideal[index]) - Color.green(given[index])) [all...] |
/external/mesa3d/doxygen/ |
gallium.doc | 191 1 [color="#ff0000", URL="\ref main", label="main\n100.00% (0.68%)\n0"]; 192 1 -> 2 [color="#fe0400", fontcolor="#fe0400", label="99.32%\n1433"]; 193 2 [color="#fe0400", URL="\ref do_draw", label="do_draw\n99.32% (0.00%)\n1433"]; 194 2 -> 4 [color="#fa1201", fontcolor="#fa1201", label="96.67%\n4298"]; 195 2 -> 39 [color="#0d4f76", fontcolor="#0d4f76", label="2.45%\n1433"]; 196 3 [color="#fa1201", URL="\ref execute_list", label="execute_list\n96.67% (0.00%)\n4299"]; 197 3 -> 5 [color="#f91301", fontcolor="#f91301", label="96.38%\n17196"]; 198 4 [color="#fa1201", URL="\ref _mesa_CallList", label="_mesa_CallList\n96.67% (0.00%)\n4299"]; 199 4 -> 3 [color="#fa1201", fontcolor="#fa1201", label="96.67%\n4299"]; 200 5 [color="#f91301", URL="\ref vbo_save_playback_vertex_list", label="vbo_save_playback_vertex_list\n96.38% (…) [all...] |
/external/mesa3d/src/mesa/main/ |
blend.c | 188 ctx->Color.Blend[buf]._UsesDualSrc = 189 (blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcRGB) || 190 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) || 191 blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcA) || 192 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstA)); 230 if (ctx->Color.Blend[buf].SrcRGB != sfactorRGB || 231 ctx->Color.Blend[buf].DstRGB != dfactorRGB || 232 ctx->Color.Blend[buf].SrcA != sfactorA || 233 ctx->Color.Blend[buf].DstA != dfactorA) { 244 ctx->Color.Blend[buf].SrcRGB = sfactorRGB [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
TextureViewTest.java | 21 import android.graphics.Color; 67 waitForColor(center, Color.WHITE); 73 mActivity.drawColor(Color.GREEN); 76 assertEquals(Color.WHITE, getPixel(center)); 80 int color; local 81 color = waitForChange(center, Color.WHITE); 82 assertEquals(Color.GREEN, color); 83 mActivity.drawColor(Color.BLUE) [all...] |
/external/chromium-trace/catapult/tracing/tracing/base/ |
color_test.html | 7 <link rel="import" href="/tracing/base/color.html"> 13 var c = tr.b.Color.fromString('rgb(1, 2, 3)'); 21 var c = tr.b.Color.fromString('rgba(1, 2, 3, 0.5)'); 29 var c = tr.b.Color.fromString('#010203'); 37 var c = new tr.b.Color(1, 2, 3); 42 var c = new tr.b.Color(1, 2, 3, 0.5); 47 var a = new tr.b.Color(0, 127, 191); 48 var b = new tr.b.Color(255, 255, 255); 49 var x = tr.b.Color.lerpRGB(a, b, 0.25); 56 var a = new tr.b.Color(0, 127, 191, 0.5) [all...] |
/packages/apps/UnifiedEmail/res/values/ |
themes.xml | 6 <item name="android:actionModeBackground">@color/action_mode_background</item> 20 <item name="actionModeBackground">@color/action_mode_background</item> 21 <item name="colorPrimary">@color/primary_color</item> 22 <item name="colorPrimaryDark">@color/primary_dark_color</item> 23 <item name="colorAccent">@color/accent_blue</item> 24 <item name="android:colorEdgeEffect">@color/edge_effect_color</item> 30 <item name="actionModeBackground">@color/action_mode_background</item> 31 <item name="colorPrimary">@color/primary_color</item> 32 <item name="colorPrimaryDark">@color/primary_dark_color</item> 33 <item name="colorAccent">@color/accent_blue</item [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
ColorVerifier.java | 21 * Checks to see if a bitmap is entirely a single color 27 public ColorVerifier(@ColorInt int color) { 28 this(color, DEFAULT_THRESHOLD); 31 public ColorVerifier(@ColorInt int color, int colorTolerance) { 33 mColor = color; 36 public ColorVerifier(@ColorInt int color, int colorThreshold, float spatialTolerance) { 38 mColor = color;
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448.html | 19 <pre><span style="color:blue"><b>CountTrackingIDValidator</b></span> 22 <span style="color:blue"><b>score: 1</b></span></pre> 26 <pre><span style="color:blue"><b>PhysicalClickValidator</b></span> 29 <span style="color:blue"><b>score: 1</b></span></pre> 33 <pre><span style="color:blue"><b>ReportRateValidator</b></span> 36 <span style="color:blue"><b>score: 1</b></span></pre> 40 <pre><span style="color:blue"><b>StationaryFingerValidator</b></span> 43 <span style="color:blue"><b>score: 1</b></span></pre> 64 <pre><span style="color:blue"><b>CountTrackingIDValidator</b></span> 67 <span style="color:blue"><b>score: 1</b></span></pre [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
color-handler.js | 1 suite('color-handler', function() { 16 test('color interpolation', function() { 17 assert.equal(webAnimations1.propertyInterpolation('color', '#00aa11', '#aa00bb')(0.2), 'rgba(34,136,51,1)'); 18 assert.equal(webAnimations1.propertyInterpolation('color', 'transparent', '#004488')(0), 'transparent'); 19 assert.equal(webAnimations1.propertyInterpolation('color', 'transparent', '#004488')(0.5), 'rgba(0,68,136,0.500)'); 20 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(2), 'rgba(0,255,0,1)'); 21 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(-1), 'rgba(255,0,0,1)');
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
d3d10tri.hlsl | 30 float4 color : COLOR;
36 float4 color : COLOR;
43 result.color = input.color;
49 return input.color;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/ |
d3d11tri.hlsl | 30 float4 color : COLOR;
36 float4 color : COLOR;
43 result.color = input.color;
49 return input.color;
|
/external/skia/src/gpu/effects/ |
GrYUVEffect.h | 18 * Creates an effect that performs color conversion from YUV to RGB. The input textures are 26 * Creates a processor that performs color conversion from the passed in processor's RGB 27 * channels to Y, U ,and V channels. The output color is (y, u, v, a) where a is the passed in 34 * Creates a processor that performs color conversion from the passed in processor's RGB 35 * channels to U and V channels. The output color is (u, v, 0, a) where a is the passed in 41 * Creates a processor that performs color conversion from the passed in fragment processors's 42 * RGB channels to Y, U, or V (replicated across all four output color channels). The alpha
|
/frameworks/opt/chips/res/drawable/ |
list_item_font_primary.xml | 18 <item android:state_activated="true" android:color="@android:color/white" /> 19 <item android:state_checked="true" android:color="@android:color/white" /> 20 <item android:state_selected="true" android:color="@android:color/white" /> 21 <item android:color="#333333"/>
|
list_item_font_secondary.xml | 18 <item android:state_activated="true" android:color="@android:color/white" /> 19 <item android:state_checked="true" android:color="@android:color/white" /> 20 <item android:state_selected="true" android:color="@android:color/white" /> 21 <item android:color="#777777"/>
|
/frameworks/support/v7/appcompat/res/color/ |
abc_tint_default.xml | 19 <item android:state_enabled="false" android:color="?attr/colorControlNormal" app:alpha="?android:disabledAlpha"/> 20 <item android:state_focused="true" android:color="?attr/colorControlActivated"/> 21 <item android:state_pressed="true" android:color="?attr/colorControlActivated"/> 22 <item android:state_activated="true" android:color="?attr/colorControlActivated"/> 23 <item android:state_selected="true" android:color="?attr/colorControlActivated"/> 24 <item android:state_checked="true" android:color="?attr/colorControlActivated"/> 25 <item android:color="?attr/colorControlNormal"/>
|
/frameworks/support/v7/appcompat/res/color-v23/ |
abc_tint_default.xml | 18 <item android:state_enabled="false" android:color="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/> 19 <item android:state_focused="true" android:color="?attr/colorControlActivated"/> 20 <item android:state_pressed="true" android:color="?attr/colorControlActivated"/> 21 <item android:state_activated="true" android:color="?attr/colorControlActivated"/> 22 <item android:state_selected="true" android:color="?attr/colorControlActivated"/> 23 <item android:state_checked="true" android:color="?attr/colorControlActivated"/> 24 <item android:color="?attr/colorControlNormal"/>
|
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/ |
TestUtils.java | 23 import android.graphics.Color; 36 assertEquals(Color.red(expected), Color.red(actual), 2); 37 assertEquals(Color.green(expected), Color.green(actual), 2); 38 assertEquals(Color.blue(expected), Color.blue(actual), 2);
|
/packages/apps/Launcher3/WallpaperPicker/res/drawable/ |
wallpaper_tile_fg.xml | 22 android:color="#FFFFFFFF" /> 23 <solid android:color="#33FFFFFF"/> 30 android:color="#FFFFFFFF" /> 35 <solid android:color="#33FFFFFF"/> 42 android:color="#FFFFFFFF" /> 43 <solid android:color="#33FFFFFF"/> 46 <item android:drawable="@android:color/transparent" />
|
/packages/apps/Messaging/res/drawable/ |
chips_dropdown_text_color.xml | 18 <item android:state_activated="true" android:color="@android:color/white" /> 19 <item android:state_checked="true" android:color="@android:color/white" /> 20 <item android:state_selected="true" android:color="@android:color/white" /> 21 <item android:color="#333333"/>
|