OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
1951 - 1975
of
12554
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/frameworks/support/v7/appcompat/res/color/
abc_tint_btn_checkable.xml
19
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal" app:alpha="?android:disabledAlpha"/>
20
<item android:state_checked="true" android:
color
="?attr/colorControlActivated"/>
21
<item android:
color
="?attr/colorControlNormal"/>
abc_tint_edittext.xml
19
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal"
22
android:
color
="?attr/colorControlNormal"/>
23
<item android:
color
="?attr/colorControlActivated"/>
abc_tint_spinner.xml
19
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal" app:alpha="?android:disabledAlpha"/>
20
<item android:state_pressed="false" android:state_focused="false" android:
color
="?attr/colorControlNormal"/>
21
<item android:
color
="?attr/colorControlActivated"/>
abc_tint_switch_thumb.xml
19
<item android:state_enabled="false" android:
color
="?attr/colorSwitchThumbNormal" app:alpha="?android:attr/disabledAlpha"/>
20
<item android:state_checked="true" android:
color
="?attr/colorControlActivated"/>
21
<item android:
color
="?attr/colorSwitchThumbNormal"/>
abc_tint_switch_track.xml
19
<item android:state_enabled="false" android:
color
="?android:attr/colorForeground" app:alpha="0.1"/>
20
<item android:state_checked="true" android:
color
="?attr/colorControlActivated" app:alpha="0.3"/>
21
<item android:
color
="?android:attr/colorForeground" app:alpha="0.3"/>
/frameworks/support/v7/appcompat/res/color-v23/
abc_tint_btn_checkable.xml
18
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19
<item android:state_checked="true" android:
color
="?attr/colorControlActivated"/>
20
<item android:
color
="?attr/colorControlNormal"/>
abc_tint_edittext.xml
18
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19
<item android:state_pressed="false" android:state_focused="false" android:
color
="?attr/colorControlNormal"/>
20
<item android:
color
="?attr/colorControlActivated"/>
abc_tint_spinner.xml
18
<item android:state_enabled="false" android:
color
="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19
<item android:state_pressed="false" android:state_focused="false" android:
color
="?attr/colorControlNormal"/>
20
<item android:
color
="?attr/colorControlActivated"/>
abc_tint_switch_thumb.xml
18
<item android:state_enabled="false" android:
color
="?attr/colorSwitchThumbNormal" android:alpha="?android:attr/disabledAlpha"/>
19
<item android:state_checked="true" android:
color
="?attr/colorControlActivated"/>
20
<item android:
color
="?attr/colorSwitchThumbNormal"/>
abc_tint_switch_track.xml
18
<item android:state_enabled="false" android:
color
="?android:attr/colorForeground" android:alpha="0.1"/>
19
<item android:state_checked="true" android:
color
="?attr/colorControlActivated" android:alpha="0.3"/>
20
<item android:
color
="?android:attr/colorForeground" android:alpha="0.3"/>
/frameworks/support/v7/appcompat/res/drawable/
abc_cab_background_internal_bg.xml
18
A solid rectangle so that we can use a PorterDuff multiply
color
filter to tint this
22
<solid android:
color
="@android:
color
/white" />
/frameworks/support/v7/cardview/res/values/
styles.xml
26
<!-- On older platforms we do not explicitly set a background
color
and let CardView compute
32
<item name="cardBackgroundColor">@
color
/cardview_light_background</item>
36
<item name="cardBackgroundColor">@
color
/cardview_dark_background</item>
/ndk/docs/Additional_library_docs/renderscript/
tabs.css
36
color
: #283A5D;
49
color
: #fff;
57
color
: #fff;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorSquare.java
29
* The
color
square used as an entry point to launching the {@link CalendarColorPickerDialog}.
42
public void setBackgroundColor(int
color
) {
45
setImageDrawable(new ColorStateDrawable(colorDrawable,
color
));
/packages/apps/CellBroadcastReceiver/res/drawable/
list_item_background_read.xml
19
android:drawable="@android:
color
/transparent" />
21
android:drawable="@android:
color
/transparent" />
23
android:drawable="@
color
/read_bgcolor" />
list_item_background_unread.xml
19
android:drawable="@android:
color
/transparent" />
21
android:drawable="@android:
color
/transparent" />
23
android:drawable="@
color
/unread_bgcolor" />
/packages/apps/ContactsCommon/res/layout/
contact_list_card.xml
27
android:background="@
color
/background_primary"/>
31
android:background="@
color
/contact_all_list_background_color"
38
android:background="@
color
/background_primary"/>
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java
106
* Return primary and secondary colors from the Material
color
palette that are similar to
107
* {@param
color
}.
109
public MaterialPalette calculatePrimaryAndSecondaryColor(int
color
) {
112
final float colorHue = hue(
color
);
118
// No need to be perceptually accurate when calculating
color
distances since
135
R.
color
.quickcontact_default_photo_tint_color);
137
R.
color
.quickcontact_default_photo_tint_color_dark);
142
* Returns the hue component of a
color
int.
146
public static float hue(int
color
) {
147
int r = (
color
>> 16) & 0xFF
[
all
...]
/packages/apps/DeskClock/res/drawable/
fastscroll_thumb.xml
20
<solid android:
color
="@
color
/color_accent" />
27
<solid android:
color
="#42ffffff" />
fastscroll_track.xml
21
<solid android:
color
="#1fffffff"/>
27
<solid android:
color
="@
color
/transparent"/>
notification_background.xml
19
<item android:drawable="@
color
/notification_bg"/>
24
android:drawable="@
color
/notification_pressed"/>
25
<item android:drawable="@
color
/transparent"/>
/packages/apps/DeskClock/res/drawable-v21/
toggle_circle.xml
19
android:
color
="@
color
/clock_white">
23
android:tint="@
color
/bg_day_tint_color"
/packages/apps/DeskClock/res/layout/
selection_layout.xml
16
android:textColor="@
color
/black"
35
android:background="@android:
color
/transparent"
36
android:textColor="@android:
color
/holo_blue_light"/>
/packages/apps/Dialer/InCallUI/res/drawable/
ic_lockscreen_text_activated_layer.xml
19
<stroke android:
color
="@
color
/glowpad_text_widget_ring_color" android:width="1dp"/>
29
android:tint="@
color
/glowpad_widget_active_color"
/packages/apps/Email/res/values-v21/
styles.xml
20
<item name="android:colorPrimary">@
color
/primary_color</item>
21
<item name="android:colorPrimaryDark">@
color
/primary_dark_color</item>
22
<item name="android:colorAccent">@
color
/accent_blue</item>
Completed in 297 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>