HomeSort by relevance Sort by last modified time
    Searched full:fgcolor (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 164 public String fgColor;
310 public Builder setFgColor(final String fgColor) {
311 mFgColor = fgColor;
340 String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent,
361 this.fgColor = fgColor;
365 if (fgColor != null) {
366 this.fgColorInt = Integer.parseInt(fgColor);
401 fgColor = cursor.getString(UIProvider.FOLDER_FG_COLOR_COLUMN);
405 if (fgColor != null)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewHeader.java 221 final int fgColor = f.getForegroundColor(mDefaultFgColor);
222 addSpan(sb, f.name, bgColor, fgColor);
229 final int fgColor = r.getColor(R.color.conv_header_add_label_text);
230 addSpan(sb, name, bgColor, fgColor);
235 int fgColor) {
242 sb.setSpan(new ForegroundColorSpan(fgColor), start, end,
ConversationItemView.java 355 final int fgColor = f.getForegroundColor(mDefaultFgColor);
385 sFoldersPaint.setColor(fgColor);
390 y, fgColor, Utils.getTransparentColor(fgColor), Shader.TileMode.CLAMP);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl 53 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
HTMLDocument.h 55 const AtomicString& fgColor() const;
HTMLDocument.cpp 170 const AtomicString& HTMLDocument::fgColor() const
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", variable in class:CodeContext
33 "fgcolor", type="str", default="Black")
76 bg=self.bgcolor, fg=self.fgcolor,
config-extensions.def 88 fgcolor=Black
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", variable in class:CodeContext
33 "fgcolor", type="str", default="Black")
76 bg=self.bgcolor, fg=self.fgcolor,
config-extensions.def 88 fgcolor=Black
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 274 'COLUMN-FGCOLOR','COLUMN-FONT','COLUMN-LABEL','COLUMN-MOVABLE',
295 'EXPANDABLE','FGCOLOR','FILE-CREATE-DATE','FILE-CREATE-TIME',
317 'IN-HANDLE','INHERIT-BGCOLOR','INHERIT-FGCOLOR','INITIAL','INIT',
322 'LABEL-BGCOLOR','LABEL-DCOLOR','LABEL-FGCOLOR','LABEL-FONT',
372 'SELECTION-TEXT','SENSITIVE','SEPARATOR-FGCOLOR','SEPARATORS',
387 'TITLE-DCOLOR','TITLE-FGCOLOR','TITLE-FONT','TOOLTIP',
  /packages/experimental/LoaderApp/res/values/
strings.xml 433 <string name="noContactsHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
434 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
435 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
436 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
440 <string name="noContactsHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
441 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
442 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
443 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
444 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
448 <string name="noContactsNoSimHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 123 ['alinkColor', 'all', 'bgColor', 'fgColor', 'linkColor',
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 56 const SkColor fgColor = SK_ColorBLACK;
114 , m_fgColor(fgColor)
  /frameworks/base/core/java/android/content/res/
StringBlock.java 242 sub = subtag(tag, ";fgcolor=");
  /frameworks/base/docs/image_sources/ui/
actionbar-navigate-up.xcf 3 (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]
  /frameworks/base/core/res/res/values-am/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-hy/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-ja/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-ka/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-km/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-km-rKH/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-lo/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-mn/
strings.xml     [all...]

Completed in 580 milliseconds

1 2 3 4 5 6 7