OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
701 - 725
of
12554
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/packages/SystemUI/res/drawable/
notification_material_bg.xml
19
android:
color
="@
color
/notification_ripple_untinted_color">
22
<solid android:
color
="@
color
/notification_material_background_color" />
qs_tile_background.xml
21
<
color
android:
color
="#212121" />
24
<
color
android:
color
="#161616" />
/frameworks/base/tests/HwAccelerationTest/res/drawable/
round_rect_background.xml
4
<solid android:
color
="#eee" />
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
Converters.java
24
public static ColorDrawable convertColorToDrawable(int
color
) {
25
return new ColorDrawable(
color
);
29
public static ColorStateList convertColorToColorStateList(int
color
) {
30
return ColorStateList.valueOf(
color
);
/frameworks/opt/chips/res/color/
chips_dropdown_text.xml
20
<item android:state_activated="true" android:
color
="@
color
/chips_dropdown_text_activated"/>
21
<item android:
color
="@
color
/chips_dropdown_text_default"/>
/frameworks/opt/datetimepicker/res/color/
date_picker_year_selector.xml
18
<item android:state_pressed="true" android:
color
="@
color
/darker_blue"/>
20
android:
color
="@
color
/date_picker_text_normal"/>
done_text_color.xml
18
<item android:state_enabled="false" android:
color
="@
color
/done_text_color_disabled"/>
19
<item android:
color
="@
color
/done_text_color_normal"/>
done_text_color_dark.xml
18
<item android:state_enabled="false" android:
color
="@
color
/done_text_color_dark_disabled"/>
19
<item android:
color
="@
color
/done_text_color_dark_normal"/>
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
balls.rsh
5
uchar4
color
;
/frameworks/support/design/tests/res/color/
color_state_list_lilac.xml
18
<item android:state_enabled="false" android:
color
="@
color
/lilac_disabled" />
19
<item android:
color
="@
color
/lilac_default"/>
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorOverlayDimmer.java
19
import android.graphics.
Color
;
25
* Helper class for assigning a dim
color
to Paint. It holds the alpha value for
45
context.getResources().getColor(R.
color
.lb_view_dim_mask_color));
55
* Creates a ColorOverlayDimmer for the given
color
and levels.
57
* @param dimColor The
color
for fully dimmed. Only the RGB values are
75
dimColor =
Color
.rgb(
Color
.red(dimColor),
Color
.green(dimColor),
Color
.blue(dimColor));
124
* Change the RGB of the
color
according to current dim level. Maintains th
[
all
...]
/frameworks/support/v17/preference-leanback/res/color/
lb_preference_item_primary_text_color.xml
19
<item android:state_enabled="false" android:
color
="@
color
/lb_preference_item_primary_text_color_disabled" />
20
<item android:
color
="@
color
/lb_preference_item_primary_text_color_default"/>
lb_preference_item_secondary_text_color.xml
19
<item android:state_enabled="false" android:
color
="@
color
/lb_preference_item_secondary_text_color_disabled" />
20
<item android:
color
="@
color
/lb_preference_item_secondary_text_color_default"/>
/frameworks/support/v7/appcompat/res/color/
abc_primary_text_disable_only_material_dark.xml
18
<item android:state_enabled="false" android:
color
="@
color
/bright_foreground_disabled_material_dark"/>
19
<item android:
color
="@
color
/bright_foreground_material_dark"/>
abc_primary_text_disable_only_material_light.xml
18
<item android:state_enabled="false" android:
color
="@
color
/bright_foreground_disabled_material_light"/>
19
<item android:
color
="@
color
/bright_foreground_material_light"/>
abc_primary_text_material_dark.xml
18
<item android:state_enabled="false" android:
color
="@
color
/primary_text_disabled_material_dark"/>
19
<item android:
color
="@
color
/primary_text_default_material_dark"/>
abc_primary_text_material_light.xml
18
<item android:state_enabled="false" android:
color
="@
color
/primary_text_disabled_material_light"/>
19
<item android:
color
="@
color
/primary_text_default_material_light"/>
abc_secondary_text_material_dark.xml
18
<item android:state_enabled="false" android:
color
="@
color
/secondary_text_disabled_material_dark"/>
19
<item android:
color
="@
color
/secondary_text_default_material_dark"/>
abc_secondary_text_material_light.xml
18
<item android:state_enabled="false" android:
color
="@
color
/secondary_text_disabled_material_light"/>
19
<item android:
color
="@
color
/secondary_text_default_material_light"/>
switch_thumb_material_dark.xml
18
<item android:state_enabled="false" android:
color
="@
color
/switch_thumb_disabled_material_dark"/>
19
<item android:
color
="@
color
/switch_thumb_normal_material_dark"/>
switch_thumb_material_light.xml
18
<item android:state_enabled="false" android:
color
="@
color
/switch_thumb_disabled_material_light"/>
19
<item android:
color
="@
color
/switch_thumb_normal_material_light"/>
/frameworks/support/v7/appcompat/res/color-v11/
abc_background_cache_hint_selector_material_dark.xml
18
<item android:state_accelerated="false" android:
color
="@
color
/background_material_dark" />
19
<item android:
color
="@android:
color
/transparent" />
abc_background_cache_hint_selector_material_light.xml
18
<item android:state_accelerated="false" android:
color
="@
color
/background_material_light" />
19
<item android:
color
="@android:
color
/transparent" />
/frameworks/support/v7/appcompat/tests/res/color/
color_state_list_emerald_translucent.xml
18
<item android:state_enabled="false" android:
color
="@
color
/emerald_translucent_disabled" />
19
<item android:
color
="@
color
/emerald_translucent_default"/>
color_state_list_lilac.xml
18
<item android:state_enabled="false" android:
color
="@
color
/lilac_disabled" />
19
<item android:
color
="@
color
/lilac_default"/>
Completed in 450 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>