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

  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_misc.py 35 root.tk_setPalette(background='blue', highlightColor='yellow')
37 self.assertEqual(root['highlightcolor'], 'yellow')
38 root.tk_setPalette(background='yellow', highlightColor='blue')
40 self.assertEqual(root['highlightcolor'], 'blue')
49 root.tk_setPalette, highlightColor='blue')
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeIconView.java 118 * @param highlightColor color for the highlight state
120 public void setHighlightColor(int highlightColor) {
121 mHighlightColor = highlightColor;
125 * @return The highlightColor color the the highlight state.
ModeSelectorItem.java 213 * @param highlightColor color for the highlight state
215 public void setHighlightColor(int highlightColor) {
216 mIcon.setHighlightColor(highlightColor);
220 * @return highlightColor color for the highlight state
  /packages/apps/Dialer/java/com/android/incallui/
ThemeColorManager.java 69 private void updateThemeColors(Context context, @ColorInt int highlightColor, boolean isSpam) {
79 palette = colorMap.calculatePrimaryAndSecondaryColor(highlightColor);
84 if (highlightColor != PhoneAccount.NO_HIGHLIGHT_COLOR) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PlaybackControlsRow.java 522 * @param highlightColor Color to display the repeat-all and repeat0one icons.
524 public RepeatAction(Context context, int highlightColor) {
525 this(context, highlightColor, highlightColor);
598 * @param highlightColor Color for the highlighted icon state.
600 public ShuffleAction(Context context, int highlightColor) {
607 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
656 * @param highlightColor Color for the highlighted icon state.
658 public HighQualityAction(Context context, int highlightColor) {
665 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
    [all...]
  /frameworks/base/core/java/android/widget/
SmartSelectSprite.java 332 * @param highlightColor the highlight color of the underlying {@link TextView}
336 SmartSelectSprite(final Context context, @ColorInt int highlightColor,
344 mFillColor = highlightColor;
  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 600 int highlightColor,
613 mHighlightColor = highlightColor;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 293 void highlightColor(const Color color_);
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /external/ImageMagick/Magick++/lib/
Image.cpp 989 void Magick::Image::highlightColor(const Color color_)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1295 milliseconds