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

  /external/grub/stage2/
console.c 56 console_setcolor (int normal_color, int highlight_color)
59 console_highlight_color = highlight_color;
term.h 79 void (*setcolor) (int normal_color, int highlight_color);
103 void console_setcolor (int normal_color, int highlight_color);
123 void hercules_setcolor (int normal_color, int highlight_color);
hercules.c 164 hercules_setcolor (int normal_color, int highlight_color)
167 herc_highlight_color = highlight_color;
builtins.c 665 /* The second argument is optional, so set highlight_color
    [all...]
  /packages/screensavers/PhotoTable/res/values/
colors.xml 21 <color name="highlight_color">@android:color/holo_blue_bright</color>
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractIndicatorButton.java 35 protected final int HIGHLIGHT_COLOR;
49 HIGHLIGHT_COLOR = context.getResources().getColor(R.color.review_control_pressed_color);
ZoomControlWheel.java 54 private final int HIGHLIGHT_COLOR;
78 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color);
IndicatorControlWheel.java 70 private final int HIGHLIGHT_COLOR;
122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color);
474 mBackgroundPaint.setColor(HIGHLIGHT_COLOR);
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.cc 115 SkColor highlight_color = SkColorSetARGB(96, 255, 255, 255); local
149 paint.setColor(highlight_color);
  /external/grub/grub/
asmstub.c 743 console_setcolor (int normal_color, int highlight_color)
1266 hercules_setcolor (int normal_color, int highlight_color)
1268 console_setcolor (normal_color, highlight_color);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 148 mHighlightColor = mResources.getColor(R.color.highlight_color);
    [all...]
  /external/grub/
ChangeLog     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 1762 milliseconds