OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
1726 - 1750
of
12554
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/packages/apps/Messaging/res/drawable-v21/
mediapicker_tab_button_background.xml
18
android:
color
="@
color
/background_item_pressed" />
transparent_button_background.xml
18
android:
color
="@
color
/background_item_pressed" />
/packages/apps/PackageInstaller/res/drawable-television/
grant_permissions_action_item.xml
18
android:
color
="@
color
/grant_permissions_white_text_alpha_100">
/packages/apps/Settings/res/color/
storage_wizard_button_red.xml
20
android:
color
="#fff4511e" />
21
<item android:
color
="#fff4511e" />
/packages/apps/Settings/res/drawable/
default_preference_background.xml
20
<
color
android:
color
="?android:attr/colorBackground" />
empty_icon.xml
20
<solid android:
color
="@android:
color
/transparent" />
preference_background.xml
17
<
color
xmlns:android="http://schemas.android.com/apk/res/android"
18
android:
color
="?android:attr/colorBackground" />
preference_highlight.xml
18
android:
color
="?android:attr/colorControlHighlight">
20
android:drawable="@android:
color
/white" />
search_panel_list_background.xml
20
<
color
android:
color
="?android:attr/colorBackground" />
selectable_card.xml
19
android:
color
="?android:attr/colorControlHighlight" >
20
<item android:drawable="@
color
/card_background"/>
switchbar_background.xml
18
android:
color
="?android:attr/colorControlHighlight">
19
<item android:drawable="@
color
/switchbar_background_color" />
/packages/apps/Settings/src/com/android/settings/accessibility/
ColorPreference.java
20
import android.graphics.
Color
;
33
* Grid preference that allows the user to pick a
color
from a predefined set of
64
return
Color
.alpha(getValue()) == 0 || super.shouldDisableDependents();
76
final int r =
Color
.red(value);
77
final int g =
Color
.green(value);
78
final int b =
Color
.blue(value);
89
if (
Color
.alpha(argb) < 255) {
116
final int alpha =
Color
.alpha(argb);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java
22
import android.graphics.
Color
;
64
int emptyColor = a.getColor(R.styleable.PercentageBarChart_emptyColor,
Color
.BLACK);
139
public void setBackgroundColor(int
color
) {
140
mEmptyPaint.setColor(
color
);
148
* @param
color
the
color
to draw the entry
150
public static Entry createEntry(int order, float percentage, int
color
) {
152
p.setColor(
color
);
/packages/apps/TV/res/drawable/
pin_dialog_background.xml
19
<solid android:
color
="@
color
/pin_dialog_background"/>
pin_number_picker_focused_background.xml
19
<solid android:
color
="@
color
/pin_number_picker_focused_background"/>
play_controls_time_indicator.xml
22
<solid android:
color
="@
color
/play_controls_progress_time_indicator_color" />
/packages/apps/TvSettings/QuickSettings/res/drawable/
bg.xml
19
<solid android:
color
="@
color
/panel_bg" />
/packages/apps/TvSettings/Settings/res/drawable/
content_fragment_default_icon.xml
23
<solid android:
color
="@
color
/content_fragment_default_icon_color" />
lb_dialog_list_item_checkmark.xml
23
<solid android:
color
="@
color
/lb_tv_white" />
list_item_checkmark.xml
23
<solid android:
color
="@
color
/tv_white" />
pin_dialog_background.xml
17
<solid android:
color
="@
color
/pin_dialog_background"/>
pin_number_picker_focused_background.xml
17
<solid android:
color
="@
color
/pin_number_picker_focused_background"/>
setup_list_item_background.xml
18
<solid android:
color
="@
color
/setup_list_item_background_focused" />
storage_indicator_apps.xml
23
<solid android:
color
="@
color
/storage_apps_usage" />
storage_indicator_available.xml
23
<solid android:
color
="@
color
/storage_avail" />
Completed in 1512 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>