OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
1626 - 1650
of
12554
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/frameworks/base/tests/VectorDrawableTest/res/color/
vector_icon_fill_state_list_simple.xml
20
<item android:
color
="#f00" android:state_pressed="true" />
21
<item android:
color
="#00f" />
vector_icon_stroke_state_list.xml
20
<item android:
color
="?android:attr/colorControlActivated" android:state_pressed="true" />
21
<item android:
color
="?android:attr/colorPrimary" />
vector_icon_stroke_state_list_simple.xml
20
<item android:
color
="#00f" android:state_pressed="true" />
21
<item android:
color
="#f00" />
/frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_icon_gradient_1.xml
30
android:fillColor="@
color
/fill_gradient_linear"
34
android:fillColor="@
color
/fill_gradient_radial"
38
android:fillColor="@
color
/fill_gradient_sweep"
48
android:strokeColor="@
color
/stroke_gradient"
59
android:strokeColor="@
color
/stroke_gradient"
70
android:strokeColor="@
color
/stroke_gradient"
83
android:fillColor="@
color
/fill_gradient_linear"
84
android:strokeColor="@
color
/stroke_gradient"
vector_icon_gradient_1_clamp.xml
30
android:fillColor="@
color
/fill_gradient_linear_clamp"
34
android:fillColor="@
color
/fill_gradient_radial_clamp"
38
android:fillColor="@
color
/fill_gradient_sweep_clamp"
48
android:strokeColor="@
color
/stroke_gradient_clamp"
59
android:strokeColor="@
color
/stroke_gradient_clamp"
70
android:strokeColor="@
color
/stroke_gradient_clamp"
83
android:fillColor="@
color
/fill_gradient_linear_clamp"
84
android:strokeColor="@
color
/stroke_gradient_clamp"
/frameworks/base/tests/WallpaperTest/res/values/
colors.xml
18
<
color
name="window_background">#80000000</
color
>
/frameworks/opt/setupwizard/library/eclair-mr1/res/drawable/
suw_card_bg_dark.xml
25
<solid android:
color
="@
color
/background_material_dark" />
suw_card_bg_light.xml
25
<solid android:
color
="@
color
/background_material_light" />
/frameworks/support/design/res/drawable/
design_fab_background.xml
20
<solid android:
color
="@android:
color
/white" />
design_snackbar_background.xml
21
<solid android:
color
="@
color
/design_snackbar_background_color"/>
/frameworks/support/design/tests/res/color/
color_state_list_red_translucent.xml
18
<item android:
color
="@
color
/red_translucent"/>
/frameworks/support/design/tests/res/drawable/
test_background_blue.xml
21
android:
color
="@
color
/test_blue" />
test_background_green.xml
21
android:
color
="@
color
/test_green" />
/frameworks/support/graphics/drawable/static/tests/res/color/
vector_icon_fill_state_list.xml
20
<item android:
color
="#00ff00" android:state_pressed="true"/>
21
<item android:
color
="#0000ff"/>
vector_icon_stroke_state_list.xml
20
<item android:
color
="#0000ff" android:state_pressed="true"/>
21
<item android:
color
="#00ff00"/>
/frameworks/support/v4/java/android/support/v4/widget/
CircleImageView.java
21
import android.graphics.
Color
;
51
public CircleImageView(Context context, int
color
, final float radius) {
74
circle.getPaint().setColor(
color
);
112
* Update the background
color
of the circle image view.
114
* @param colorRes Id of a
color
resource.
121
public void setBackgroundColor(int
color
) {
123
((ShapeDrawable) getBackground()).getPaint().setColor(
color
);
139
FILL_SHADOW_COLOR,
Color
.TRANSPARENT
/frameworks/support/v4/tests/res/drawable/
test_drawable_blue.xml
24
android:
color
="@
color
/test_blue" />
test_drawable_green.xml
24
android:
color
="@
color
/test_green" />
test_drawable_red.xml
24
android:
color
="@
color
/test_red" />
/frameworks/support/v7/appcompat/res/color/
abc_background_cache_hint_selector_material_dark.xml
18
<item android:
color
="@
color
/background_material_dark" />
abc_background_cache_hint_selector_material_light.xml
18
<item android:
color
="@
color
/background_material_light" />
/frameworks/support/v7/appcompat/res/color-v23/
abc_tint_seek_thumb.xml
18
<item android:state_enabled="false" android:
color
="?attr/colorControlActivated" android:alpha="?android:attr/disabledAlpha"/>
19
<item android:
color
="?attr/colorControlActivated"/>
/frameworks/support/v7/appcompat/res/drawable/
abc_cab_background_top_material.xml
19
<solid android:
color
="@android:
color
/white"/>
abc_seekbar_tick_mark_material.xml
21
<solid android:
color
="@android:
color
/white"/>
abc_text_cursor_material.xml
22
<solid android:
color
="@android:
color
/white"/>
Completed in 962 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>