/frameworks/base/core/java/android/text/style/ |
D | TextAppearanceSpan.java | 57 ColorStateList textColor; in TextAppearanceSpan() local 63 textColor = a.getColorStateList(com.android.internal.R.styleable. in TextAppearanceSpan() 102 textColor = a.getColorStateList(colorList); in TextAppearanceSpan() 106 mTextColor = textColor; in TextAppearanceSpan()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | CustomBar.java | 276 ResourceValue textColor = res.findItemInStyle(textStyle, "textColor"); in setStyle() local 277 textColor = res.resolveResValue(textColor); in setStyle() 278 if (textColor != null) { in setStyle() 280 textColor, bridgeContext); in setStyle()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 64 android.R.attr.textColor, 130 final int textColor = a.getColor(2, 0); in PagerTitleStrip() local 131 mPrevText.setTextColor(textColor); in PagerTitleStrip() 132 mCurrText.setTextColor(textColor); in PagerTitleStrip() 133 mNextText.setTextColor(textColor); in PagerTitleStrip()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | style-resource.jd | 85 to be defined, with a package prefix if necessary (for example {@code android:textColor}). 104 <item name="android:textColor">#008</item>
|
D | accessing-resources.jd | 250 android:textColor="<strong>@color/opaque_red</strong>" 263 android:textColor="<strong>@android:color/secondary_text_dark</strong>" 310 android:textColor="<strong>?android:textColorSecondary</strong>" 314 <p>Here, the {@code android:textColor} attribute specifies the name of a style attribute 316 style attribute as the value for {@code android:textColor} in this widget. Because the system
|
D | color-list-resource.jd | 149 android:textColor="@color/button_text" />
|
D | more-resources.jd | 201 android:textColor="@color/translucent_red"
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | themes.jd | 51 android:textColor="#00FF00" 97 <item name="android:textColor">#00FF00</item> 131 <item name="android:textColor">#00FF00</item> 143 <item name="android:textColor">#FF0000</item> 150 style then overrides the {@code android:textColor} property to make the text red. You can 175 {@link android.R.attr#textColor}. Of course, there are many more style properties you can use.</p>
|
D | dialogs.jd | 597 android:textColor="#FFF"
|
D | actionbar.jd | 1424 <item name="android:textColor">#2456c2</item>
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 280 ColorStateList textColor = ta.getColorStateList(TEXT_COLOR); in init() local 281 int textColorNormal = textColor.getDefaultColor(); in init()
|
D | TextView.java | 465 ColorStateList textColor = null; in TextView() local 503 textColor = appearance.getColorStateList(attr); in TextView() 768 textColor = a.getColorStateList(attr); in TextView() 1044 setTextColor(textColor != null ? textColor : ColorStateList.valueOf(0xFF000000)); in TextView()
|
/frameworks/base/core/java/android/view/ |
D | Window.java | 982 public abstract void setTitleColor(int textColor); in setTitleColor() argument
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 119 android:textColor="#FFF"
|
D | notifications.jd | 569 <item name="android:textColor">?android:attr/textColorPrimary</item> 572 <item name="android:textColor">?android:attr/textColorPrimary</item>
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4448 public void setTitleColor(int textColor) { in setTitleColor() argument 4449 mTitleColor = textColor; in setTitleColor() 4450 onTitleChanged(mTitle, textColor); in setTitleColor()
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 208 android:textColor="#fff"
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindow.java | 335 public void setTitleColor(int textColor) { in setTitleColor() argument 337 mTitleView.setTextColor(textColor); in setTitleColor() 339 mTitleColor = textColor; in setTitleColor()
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 875 android:textColor="#ffffff"
|
/frameworks/base/api/ |
D | 14.txt | 971 field public static final int textColor = 16842904; // 0x1010098
|
D | 15.txt | 973 field public static final int textColor = 16842904; // 0x1010098
|
D | current.txt | 986 field public static final int textColor = 16842904; // 0x1010098
|
D | 16.txt | 986 field public static final int textColor = 16842904; // 0x1010098
|