OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textcolor
(Results
1 - 25
of
326
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextColor.java
25
public enum
TextColor
{
45
TextColor
(int value) {
50
* Create a
TextColor
object.
51
* @param value Integer value to be converted to a
TextColor
object.
52
* @return
TextColor
object whose value is {@code value}. If no
TextColor
55
public static
TextColor
fromInt(int value) {
56
for (
TextColor
e :
TextColor
.values()) {
TextAttribute.java
34
public
TextColor
color;
38
boolean strikeThrough,
TextColor
color) {
/packages/apps/Mms/res/values/
styles.xml
4
<item name="android:
textColor
">?android:textColorPrimary</item>
14
<item name="android:
textColor
">?android:textColorPrimaryInverse</item>
24
<item name="android:
textColor
">?android:textColorSecondaryInverse</item>
/packages/apps/Protips/res/values/
styles.xml
5
<item name="android:
textColor
">@android:color/white</item>
17
<item name="android:
textColor
">#AAAAAA</item>
/development/samples/WiktionarySimple/res/values/
styles.xml
25
<item name="android:
textColor
">@android:color/black</item>
32
<item name="android:
textColor
">@android:color/black</item>
38
<item name="android:
textColor
">@android:color/black</item>
44
<item name="android:
textColor
">@android:color/black</item>
49
<item name="android:
textColor
">@android:color/black</item>
/packages/apps/Browser/res/layout-land/
ssl_certificate.xml
60
android:
textColor
="@color/ssl_text_label"
73
android:
textColor
="@color/ssl_text_label"
80
android:
textColor
="@color/ssl_text_value"
93
android:
textColor
="@color/ssl_text_label"
100
android:
textColor
="@color/ssl_text_value"
113
android:
textColor
="@color/ssl_text_label"
120
android:
textColor
="@color/ssl_text_value"
133
android:
textColor
="@color/ssl_text_label"
146
android:
textColor
="@color/ssl_text_label"
153
android:
textColor
="@color/ssl_text_value
[
all
...]
http_authentication.xml
32
android:
textColor
="@color/username_text"
39
android:
textColor
="@color/username_edit"
53
android:
textColor
="@color/password_text"
60
android:
textColor
="@color/password_edit"
/packages/apps/Calendar/res/layout/
month_bubble.xml
33
android:
textColor
="@color/panel_text_foreground"
41
android:
textColor
="@color/panel_text_foreground"
49
android:
textColor
="@color/panel_text_foreground"
57
android:
textColor
="@color/panel_text_foreground"
65
android:
textColor
="@color/panel_text_foreground"
73
android:
textColor
="@color/panel_text_foreground"
81
android:
textColor
="@color/panel_text_foreground"
89
android:
textColor
="@color/panel_text_foreground"
98
android:
textColor
="@color/panel_text_foreground"
/development/samples/Wiktionary/res/values/
styles.xml
25
<item name="android:
textColor
">@android:color/black</item>
32
<item name="android:
textColor
">@android:color/black</item>
38
<item name="android:
textColor
">@android:color/black</item>
44
<item name="android:
textColor
">@android:color/black</item>
49
<item name="android:
textColor
">@android:color/black</item>
63
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
/development/apps/BuildWidget/res/values/
styles.xml
9
<item name="android:
textColor
">@color/droidgreen</item>
17
<item name="android:
textColor
">@android:color/white</item>
/frameworks/base/core/tests/coretests/res/layout/
radiogroup_checkedchild.xml
26
android:
textColor
="#555555"
34
android:
textColor
="#555555"
41
android:
textColor
="#555555"
/packages/apps/Gallery/res/layout/
detailsview.xml
63
android:
textColor
="?android:attr/textColorPrimary"/>
75
android:
textColor
="?android:attr/textColorPrimary"/>
86
android:
textColor
="?android:attr/textColorPrimary"/>
97
android:
textColor
="?android:attr/textColorPrimary"/>
108
android:
textColor
="?android:attr/textColorPrimary"/>
119
android:
textColor
="?android:attr/textColorPrimary"/>
130
android:
textColor
="?android:attr/textColorPrimary"/>
141
android:
textColor
="?android:attr/textColorPrimary"/>
150
android:
textColor
="?android:attr/textColorPrimary"/>
159
android:
textColor
="?android:attr/textColorPrimary"/
[
all
...]
/packages/apps/Browser/res/layout/
ssl_certificate.xml
61
android:
textColor
="@color/ssl_text_label"
73
android:
textColor
="@color/ssl_text_label"
83
android:
textColor
="@color/ssl_text_value"
96
android:
textColor
="@color/ssl_text_label"
106
android:
textColor
="@color/ssl_text_value"
119
android:
textColor
="@color/ssl_text_label"
129
android:
textColor
="@color/ssl_text_value"
143
android:
textColor
="@color/ssl_text_label"
155
android:
textColor
="@color/ssl_text_label"
165
android:
textColor
="@color/ssl_text_value
[
all
...]
http_authentication.xml
28
android:
textColor
="@color/username_text"
38
android:
textColor
="@color/username_edit"
52
android:
textColor
="@color/password_text"
61
android:
textColor
="@color/password_edit"
/packages/apps/Phone/res/layout/
sim_unlock.xml
35
android:
textColor
="#FFFFFFFF"
43
android:
textColor
="#FFFFFFFF"
50
android:
textColor
="#FF000000"
67
android:
textColor
="#FF000000"
76
android:
textColor
="#FF000000"
100
android:
textColor
="#FFFFFFFF"
/development/samples/ApiDemos/res/layout/
secure_view_overlay.xml
34
android:
textColor
="#383"
41
android:
textColor
="#383"
48
android:
textColor
="#383"
/frameworks/base/tests/BatteryWaster/res/layout/
battery_waster.xml
30
android:
textColor
="#ffffffff"
41
android:
textColor
="#ffffffff"
55
android:
textColor
="#ffffffff"
/packages/apps/Calendar/res/values/
styles.xml
52
<item name="android:
textColor
">@color/daynames_text_color</item>
57
<item name="android:
textColor
">@android:color/black</item>
62
<item name="android:
textColor
">?android:attr/textColorSecondaryInverse</item>
69
<item name="android:
textColor
">?android:attr/textColorSecondary</item>
76
<item name="android:
textColor
">@android:color/darker_gray</item>
88
<item name="android:
textColor
">@android:color/white</item>
94
<item name="android:
textColor
">@android:color/white</item>
99
<item name="android:
textColor
">@android:color/white</item>
110
<item name="android:
textColor
">@android:color/primary_text_light</item>
/packages/apps/Email/res/layout/
message_view_header.xml
45
android:
textColor
="?android:attr/textColorPrimaryInverse"
62
android:
textColor
="?android:attr/textColorPrimaryInverse"
74
android:
textColor
="?android:attr/textColorSecondaryInverse"
82
android:
textColor
="?android:attr/textColorSecondaryInverse"
92
android:
textColor
="?android:attr/textColorPrimaryInverse"
104
android:
textColor
="?android:attr/textColorSecondaryInverse"
112
android:
textColor
="?android:attr/textColorSecondaryInverse"
126
android:
textColor
="?android:attr/textColorSecondaryInverse"
156
android:
textColor
="?android:attr/textColorSecondaryInverse"
/cts/apps/CtsVerifier/res/layout/
aq_row.xml
28
android:
textColor
="#FFFFFF"
37
android:
textColor
="#FFFFFF"
/development/samples/JetBoy/res/values/
styles.xml
30
<item name="android:
textColor
">#000000</item>>
35
<item name="android:
textColor
">#ffffff</item>>
/development/samples/SearchableDictionary/res/layout/
word.xml
29
android:
textColor
="?android:textColorPrimary"
35
android:
textColor
="?android:textColorSecondary"
/development/samples/Wiktionary/res/layout/
about.xml
28
android:
textColor
="?android:attr/textColorPrimaryInverse" />
38
android:
textColor
="?android:attr/textColorPrimaryInverse" />
/external/webkit/WebCore/rendering/
EllipsisBox.cpp
34
Color
textColor
= style->color();
35
if (
textColor
!= context->fillColor())
36
context->setFillColor(
textColor
, style->colorSpace());
49
if (foreground.isValid() && foreground !=
textColor
)
57
if (
textColor
!= context->fillColor())
58
context->setFillColor(
textColor
, style->colorSpace());
81
Color
textColor
= style->color();
88
if (
textColor
== c)
/frameworks/base/tests/StatusBar/res/layout/
chrono_notification.xml
26
android:
textColor
="#ffffffff" />
37
android:
textColor
="#ffffffff"
Completed in 581 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>