HomeSort by relevance Sort by last modified time
    Searched full:highlightcolor (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.mm 68 NSColor* highlightColor = themeProvider->GetNSColor(resourceName);
69 if (highlightColor) {
70 [highlightColor set];
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 89 Integer highlightColor =
100 setCallCountAndDate(views, callCount, dateText, highlightColor);
179 CharSequence dateText, Integer highlightColor) {
191 if (highlightColor != null) {
192 formattedText = addBoldAndColor(text, highlightColor);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 55 int highlightColor) {
62 mHighlightColor = highlightColor;
167 int frameShadowColor, float shadowRadius, int highlightColor) {
173 && mHighlightColor == highlightColor;
  /packages/apps/Settings/src/com/android/settings/users/
CircleFramedDrawable.java 65 int highlightColor = res.getColor(R.color.circle_avatar_frame_pressed_color);
69 highlightColor);
76 int highlightColor) {
83 mHighlightColor = highlightColor;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ThemeTypes.h 73 ButtonTextColor, CaptionTextColor, GrayTextColor, HighlightColor, HighlightTextColor, InactiveBorderColor, InactiveCaptionColor,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_cocoa.mm 30 NSColor* HighlightColor() {
198 [HighlightColor() set];
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 746 NSColor* highlightColor = themeProvider ? themeProvider->GetNSColor(
758 [highlightColor setStroke];
787 [highlightColor set];
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 420 background, highlightColor, selectForeground,
    [all...]
Tix.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 420 background, highlightColor, selectForeground,
    [all...]
Tix.py     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 205 'hitArea', 'highlightColor', 'highlightAlpha', 'hideObject',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 477 color = convertNSColorToColor([NSColor highlightColor]);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 427 milliseconds