OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextColor
(Results
1 - 3
of
3
) sorted by null
/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) {
ValueParser.java
248
TextColor
color =
TextColor
.fromInt(colorValue);
Completed in 17 milliseconds