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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 83 Integer highlightColor =
94 setCallCountAndDate(views, callCount, dateText, highlightColor);
169 CharSequence dateText, Integer highlightColor) {
181 if (highlightColor != null) {
182 formattedText = addBoldAndColor(text, highlightColor);
  /frameworks/base/policy/src/com/android/internal/policy/impl/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/webkit/Source/WebCore/platform/
ThemeTypes.h 74 ButtonTextColor, CaptionTextColor, GrayTextColor, HighlightColor, HighlightTextColor, InactiveBorderColor, InactiveCaptionColor,
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 746 NSColor* highlightColor = themeProvider ? themeProvider->GetNSColor(
758 [highlightColor setStroke];
787 [highlightColor set];
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 205 'hitArea', 'highlightColor', 'highlightAlpha', 'hideObject',
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 442 color = convertNSColorToColor([NSColor highlightColor]);
    [all...]

Completed in 252 milliseconds