HomeSort by relevance Sort by last modified time
    Searched full:color (Results 576 - 600 of 12554) sorted by null

<<21222324252627282930>>

  /packages/apps/PhoneCommon/res/values/
attrs.xml 19 <attr name="dialpad_key_button_touch_tint" format="color"/>
27 <attr name="dialpad_text_color" format="color" />
28 <attr name="dialpad_text_color_primary" format="color" />
29 <attr name="dialpad_text_color_secondary" format="color" />
30 <attr name="dialpad_icon_tint" format="color" />
31 <attr name="dialpad_voicemail_tint" format="color" />
32 <attr name="dialpad_background" format="color" />
  /packages/apps/UnifiedEmail/res/color/
folder_name_color_primary_invertible.xml 21 android:color="#ff999999"/>
23 android:color="@android:color/white" />
25 android:color="@android:color/black" />
27 android:color="@android:color/black" />
  /packages/apps/UnifiedEmail/res/color-sw600dp/
folder_name_color_primary_invertible.xml 21 android:color="#ff999999"/>
23 android:color="@android:color/white" />
25 android:color="@android:color/white" />
27 android:color="@android:color/black" />
  /prebuilts/sdk/current/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"/>
  /prebuilts/sdk/current/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"/>
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharness.css 7 color: black;
13 color: white;
60 color:green;
64 color:red;
68 color:red;
72 color:blue;
94 color:green;
98 color:red;
102 color:red;
  /frameworks/base/core/res/res/drawable/
seekbar_track_material.xml 21 android:tint="@color/control_nodisable_material">
23 <solid android:color="@color/white_disabled_material" />
31 android:drawable="@color/transparent" />
36 <solid android:color="@color/white_disabled_material" />
47 android:drawable="@color/transparent" />
52 <solid android:color="@color/white" />
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerSwatch.java 27 * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked.
36 * Interface for a callback when a color square is selected.
41 * Called when a specific color square has been selected.
43 public void onColorSelected(int color);
46 public ColorPickerSwatch(Context context, int color, boolean checked,
49 mColor = color;
55 setColor(color);
60 protected void setColor(int color) {
63 mSwatchImage.setImageDrawable(new ColorStateDrawable(colorDrawable, color));
  /packages/apps/Gallery2/jni/filters/
filters.h 25 typedef unsigned int Color;
28 #define GetA(color) (((color) >> 24) & 0xFF)
29 #define GetB(color) (((color) >> 16) & 0xFF)
30 #define GetG(color) (((color) >> 8) & 0xFF)
31 #define GetR(color) (((color) >> 0) & 0xFF)
  /cts/tests/tests/text/src/android/text/style/cts/
QuoteSpanTest.java 21 import android.graphics.Color;
31 QuoteSpan q = new QuoteSpan(Color.RED);
51 QuoteSpan quoteSpan = new QuoteSpan(Color.BLACK);
52 assertEquals(Color.BLACK, quoteSpan.getColor());
54 quoteSpan = new QuoteSpan(Color.BLUE);
55 assertEquals(Color.BLUE, quoteSpan.getColor());
74 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
79 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
86 QuoteSpan quoteSpan = new QuoteSpan(Color.RED);
90 assertEquals(Color.RED, q.getColor())
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
scatter_chart_test.html 20 {x: 10, y: 100, radius: 2, color: 'red'},
21 {x: 20, y: 110, radius: 10, color: 'red'},
22 {x: 30, y: 100, radius: 10, color: 'red'},
23 {x: 40, y: 50, radius: 10, color: 'red'}
35 {x: 10, y: 50, radius: 2, color: 'blue'},
36 {x: 20, y: 60, radius: 3, color: 'red'},
37 {x: 30, y: 80, radius: 4, color: 'orange'},
38 {x: 40, y: 20, radius: 5, color: 'purple'},
39 {x: 50, y: 30, radius: 6, color: 'yellow'},
40 {x: 60, y: 20, radius: 7, color: 'green'}
    [all...]
  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 4 enum class Color { red, blue, green };
6 void f(Color);
8 f(Color::red);
  /external/clang/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/compiler-rt/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/libcxx/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/libcxxabi/www/
menu.css 29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
  /external/libxml2/result/SVG/
rad-gradient.xml 9 <gradientstop offset="0%" color="white"/>
10 <gradientstop offset="50%" color="red"/>
11 <gradientstop offset="100%" color="black"/>
  /external/libxml2/test/SVG/
rad-gradient.xml 10 <gradientstop offset="0%" color="white"/>
11 <gradientstop offset="50%" color="red"/>
12 <gradientstop offset="100%" color="black"/>
  /external/skia/src/gpu/batches/
GrAAStrokeRectBatch.h 22 GrDrawBatch* Create(GrColor color,
30 GrDrawBatch* Create(GrColor color,
36 GrColor color,
GrNonAAFillRectBatch.h 19 GrDrawBatch* Create(GrColor color,
25 GrDrawBatch* CreateWithPerspective(GrColor color,
31 bool Append(GrColor color,
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
UIImage+ARDUtilities.h 15 // Returns an color tinted version for the given image resource.
16 + (UIImage *)imageForName:(NSString *)name color:(UIColor *)color;
  /frameworks/base/tests/SharedLibrary/lib/res/values/
themes.xml 14 <item name="android:background">@color/orange</item>
17 <color name="orange">#f0ad4e</color>
  /prebuilts/go/darwin-x86/src/cmd/vet/whitelist/
whitelist.go 30 "image/color.Palette": true,
39 // These image and image/color struct types are frozen. We will never add fields to them.
40 "image/color.Alpha16": true,
41 "image/color.Alpha": true,
42 "image/color.CMYK": true,
43 "image/color.Gray16": true,
44 "image/color.Gray": true,
45 "image/color.NRGBA64": true,
46 "image/color.NRGBA": true,
47 "image/color.RGBA64": true
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/whitelist/
whitelist.go 30 "image/color.Palette": true,
39 // These image and image/color struct types are frozen. We will never add fields to them.
40 "image/color.Alpha16": true,
41 "image/color.Alpha": true,
42 "image/color.CMYK": true,
43 "image/color.Gray16": true,
44 "image/color.Gray": true,
45 "image/color.NRGBA64": true,
46 "image/color.NRGBA": true,
47 "image/color.RGBA64": true
    [all...]
  /prebuilts/maven_repo/android/com/android/support/preference-leanback-v17/23.2.0/
preference-leanback-v17-23.2.0.aar 

Completed in 610 milliseconds

<<21222324252627282930>>