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

1 2 3 4

  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.h 21 @property(nonatomic, retain) NSColor* textColor;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BaseSensorSemiAutomatedTestActivity.java 112 protected void appendText(String text, int textColor) {
113 this.runOnUiThread(new TextAppender(mLogView, text, textColor));
164 int textColor;
167 textColor = Color.YELLOW;
171 textColor = Color.GREEN;
175 textColor = Color.RED;
181 appendText(message, textColor);
194 public TextAppender(TextView textView, String message, int textColor) {
198 ForegroundColorSpan colorSpan = new ForegroundColorSpan(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...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.h 45 StyleColor textColor() const { return m_textColor; }
TextLinkColors.cpp 107 return textColor();
  /external/chromium_org/ui/base/cocoa/controls/
hyperlink_button_cell.h 33 @property(nonatomic, retain) NSColor* textColor;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.h 31 @property(nonatomic, retain) NSColor* textColor;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 104 NSColor* textColor, NSColor* dimTextColor, gfx::Font& font);
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 159 textColor:(NSColor*)suggestColor;
  /external/chromium_org/ui/message_center/views/
bounded_label.h 40 void SetColors(SkColor textColor, SkColor backgroundColor);
  /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;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 299 ResourceValue textColor = res.findItemInStyle(textStyle, "textColor",
301 textColor = res.resolveResValue(textColor);
302 if (textColor != null) {
304 textColor, bridgeContext);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 296 * @param textColor The text color
303 int textColor, String title, String subTitle, int width, int height) {
313 p.setColor(textColor);
339 * @param textColor The text color
346 int textColor, String title, String subTitle, int width, int height) {
355 p.setColor(textColor);
423 int textColor, String title, String subTitle, int startX, int startY, int width,
434 p.setColor(textColor);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 310 protected void setTextColor(int textColor) {
311 mPaintBigThin.setColor(textColor);
312 mPaintMed.setColor(textColor);
630 int textColor;
632 textColor = mPressedColor;
635 textColor = mDefaultColor;
637 mPaintBigThin.setColor(textColor);
638 mPaintMed.setColor(textColor);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 132 * @param textColor The text color used to show label.
141 boolean textBold, int textColor, int width, int height) {
142 mBalloonView.setTextConfig(label, textSize, textBold, textColor);
377 boolean textBold, int textColor) {
383 mPaintLabel.setColor(textColor);
SoftKeyboardView.java 439 int textColor;
442 textColor = softKey.getColorHl();
445 textColor = softKey.getColor();
469 mPaint.setColor(textColor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 44 Color textColor = styleTextColor;
133 Color textColor = m_renderer->resolveColor(style, CSSPropertyColor);
140 if (textColor == c)
InlineTextBox.h 41 Color correctedTextColor(Color textColor, Color backgroundColor);
178 void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color textColor);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 68 android.R.attr.textColor,
134 final int textColor = a.getColor(2, 0);
135 mPrevText.setTextColor(textColor);
136 mCurrText.setTextColor(textColor);
137 mNextText.setTextColor(textColor);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 148 int textColor;
150 textColor = res.getColor(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);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
224 mTextPaint.setColor(textColor);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMultiUserAvatar.java 184 int textColor = mTextColor;
185 mUserName.setTextColor(textColor);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 83 @Override public void setTitleColor(int textColor) {
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 400 Color backColor, textColor, labelColor;
403 textColor = RenderTheme::defaultTheme()->activeListBoxSelectionForegroundColor();
404 labelColor = textColor;
407 textColor = style.foregroundColor();
438 gc->fillRect(separatorRect, style.menuType() == PopupMenuStyle::AutofillPopup ? Color(0xdc, 0xdc, 0xdc) : textColor);
445 gc->setFillColor(textColor);

Completed in 715 milliseconds

1 2 3 4