HomeSort by relevance Sort by last modified time
    Searched refs:textColor (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabelFormatter.java 37 public PointLabelFormatter(int textColor) {
38 this(textColor, PixelUtils.dpToPix(DEFAULT_H_OFFSET_DP),
44 * @param textColor
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) {
50 initTextPaint(textColor);
63 protected void initTextPaint(Integer textColor) {
64 if (textColor == null) {
69 getTextPaint().setColor(textColor);
  /packages/apps/Dialer/src/com/android/dialer/list/
BlockedListSearchAdapter.java 54 final int textColor = mResources.getColor(R.color.blocked_number_block_color);
55 view.getDataView().setTextColor(textColor);
56 view.getLabelView().setTextColor(textColor);
62 final int textColor = mResources.getColor(R.color.dialtacts_secondary_text_color);
63 view.getDataView().setTextColor(textColor);
64 view.getLabelView().setTextColor(textColor);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff};
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[3])
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextHelper.java 87 ColorStateList textColor = null;
100 textColor = a.getColorStateList(R.styleable.TextAppearance_android_textColor);
116 textColor = a.getColorStateList(R.styleable.TextAppearance_android_textColor);
120 if (textColor != null) {
121 mView.setTextColor(textColor);
143 final ColorStateList textColor
145 if (textColor != null) {
146 mView.setTextColor(textColor);
ThemeUtils.java 41 public static ColorStateList createDisabledStateList(int textColor, int disabledTextColor) {
55 colors[i] = textColor;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDStatsView.m 29 _statsLabel.textColor = [UIColor greenColor];
ARDMainView.m 135 _appLabel.textColor = [UIColor colorWithWhite:0 alpha:.2];
148 _callOptionsLabel.textColor = controlFontColor;
159 _audioOnlyLabel.textColor = controlFontColor;
170 _loopbackLabel.textColor = controlFontColor;
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtilsMatchers.java 113 public static Matcher withTextColor(final @ColorInt int textColor) {
125 if (ourTextColor != textColor) {
131 int expectedAlpha = Color.alpha(textColor);
132 int expectedRed = Color.red(textColor);
133 int expectedGreen = Color.green(textColor);
134 int expectedBlue = Color.blue(textColor);
NavigationViewActions.java 67 public static ViewAction setItemTextColor(final ColorStateList textColor) {
84 navigationView.setItemTextColor(textColor);
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 57 ColorStateList textColor;
63 textColor = a.getColorStateList(com.android.internal.R.styleable.
102 textColor = a.getColorStateList(colorList);
106 mTextColor = textColor;
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarUiEntry.java 155 int textColor, int hintTextColor);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 207 ResourceValue textColor = res.findItemInStyle(textStyle, "textColor",
209 textColor = res.resolveResValue(textColor);
210 if (textColor != null) {
212 textColor, bridgeContext);
  /external/skia/gm/
lcdblendmodes.cpp 87 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) {
131 paint.setColor(textColor);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 75 final int textColor = selected ? subColor : Color.WHITE;
96 paint.setColor(textColor);
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 185 * @param textColor Font color
188 void setTextColor (uint16_t textColor, uint16_t textBGColor);
  /prebuilts/misc/windows/sdl2/test/
testime.c 33 static SDL_Color textColor = {0,0,0,0};
122 SDL_Surface *textSur = TTF_RenderUTF8_Blended(font, text, textColor);
170 SDL_Surface *textSur = TTF_RenderUTF8_Blended(font, markedText, textColor);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 71 android.R.attr.textColor,
137 final int textColor = a.getColor(2, 0);
138 mPrevText.setTextColor(textColor);
139 mCurrText.setTextColor(textColor);
140 mNextText.setTextColor(textColor);
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 139 void setCollapsedTextColor(int textColor) {
140 if (mCollapsedTextColor != textColor) {
141 mCollapsedTextColor = textColor;
146 void setExpandedTextColor(int textColor) {
147 if (mExpandedTextColor != textColor) {
148 mExpandedTextColor = textColor;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 306 protected void setTextColor(int textColor) {
307 mPaintBigThin.setColor(textColor);
308 mPaintMed.setColor(textColor);
611 final int textColor = mVirtualButtonPressedOn ? mPressedColor : mDefaultColor;
612 mPaintBigThin.setColor(textColor);
613 mPaintMed.setColor(textColor);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistVisualizer.java 41 final int textColor;
56 this.textColor = node.getTextColor();
121 + " size=" + te.textSize + " color=#" + Integer.toHexString(te.textColor)
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 148 int textColor;
150 textColor = res.getColor(android.R.color.white);
152 textColor = res.getColor(R.color.numbers_text_color);
154 mPaint.setColor(textColor);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 273 int textColor;
275 textColor = mColorCalendarVisible;
277 textColor = mColorCalendarHidden;
279 calendarName.setTextColor(textColor);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
DialpadFragment.java 457 int textColor = InCallPresenter.getInstance().getThemeColors().mPrimaryColor;
459 if (mCurrentTextColor == textColor) {
466 ((TextView) dialpadKey.findViewById(R.id.dialpad_key_number)).setTextColor(textColor);
469 mCurrentTextColor = textColor;
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarUiController.java 132 public abstract void setSearchBoxColors(int backgroundColor, int googleLogoColor, int textColor,
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
224 mTextPaint.setColor(textColor);

Completed in 1134 milliseconds

1 2 3 4 5 6