HomeSort by relevance Sort by last modified time
    Searched defs:foregroundColor (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
PopupMenuStyle.h 50 const Color& foregroundColor() const { return m_foregroundColor; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 48 virtual QColor foregroundColor() const { return d ? QColor(d->menuStyle().foregroundColor()) : QColor(); }
50 virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foregroundColor()) : QColor(); }
  /sdk/assetstudio/src/com/android/assetstudiolib/
TextRenderUtil.java 81 g.setColor(new Color(options.foregroundColor, true));
107 public int foregroundColor = 0xFFFFFFFF;
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 93 milliseconds