Searched defs:setTextColor (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java62 setTextColor(textColor.getDefaultColor(0));
110 public void setTextColor(int color) { method in class:LabelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java56 public void setTextColor(@ColorInt int color) { method in class:EmptyShadeView
57 mEmptyText.setTextColor(color);
H A DFooterView.java56 public void setTextColor(@ColorInt int color) { method in class:FooterView
57 mManageButton.setTextColor(color);
58 mDismissButton.setTextColor(color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java135 public void setTextColor(int color) { method in class:QSDualTileLabel
136 mFirstLine.setTextColor(color);
137 mSecondLine.setTextColor(color);
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DNavigationBarButton.java84 public void setTextColor(ColorStateList colors) { method in class:NavigationBarButton
85 super.setTextColor(colors);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java196 button.setTextColor(blendedColor);
300 mTitle.setTextColor(blendedColor);
305 ((Button) v).setTextColor(blendedColor);
374 void setTextColor(@ColorInt int textColor) { method in class:KeyguardSliceView
523 public void setTextColor(int color) { method in class:KeyguardSliceView.KeyguardSliceButton
524 super.setTextColor(color);
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DPagerTitleStrip.java132 mPrevText.setTextColor(textColor);
133 mCurrText.setTextColor(textColor);
134 mNextText.setTextColor(textColor);
192 mPrevText.setTextColor(transparentColor);
193 mNextText.setTextColor(transparentColor);
202 public void setTextColor(@ColorInt int color) { method in class:PagerTitleStrip
204 mCurrText.setTextColor(color);
206 mPrevText.setTextColor(transparentColor);
207 mNextText.setTextColor(transparentColor);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2159 textView.setTextColor(textColor);
2873 * Equivalent to calling {@link android.widget.TextView#setTextColor(int)}.
2879 public void setTextColor(int viewId, @ColorInt int color) { method in class:RemoteViews
2880 setInt(viewId, "setTextColor", color);
2885 * Equivalent to calling {@link android.widget.TextView#setTextColor(ColorStateList)}.
2890 public void setTextColor(int viewId, @ColorInt ColorStateList colors) { method in class:RemoteViews
2891 addAction(new ReflectionAction(viewId, "setTextColor", ReflectionAction.COLOR_STATE_LIST,
H A DTextView.java3618 setTextColor(attributes.mTextColor);
4285 * @see #setTextColor(ColorStateList)
4291 public void setTextColor(@ColorInt int color) { method in class:TextView
4299 * @see #setTextColor(int)
4307 public void setTextColor(ColorStateList colors) { method in class:TextView
4319 * @see #setTextColor(ColorStateList)
4320 * @see #setTextColor(int)
4530 * @see #setTextColor(int)
4545 * @see #setTextColor(ColorStateList)
4560 * @see #setTextColor(ColorStateLis
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1078 milliseconds