HomeSort by relevance Sort by last modified time
    Searched refs:backgroundColor (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 36 private final Color backgroundColor;
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 67 public void setBackgroundColor(int backgroundColor) {
68 mBackgroundColor = backgroundColor;
  /cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
ScreenshotActivity.java 46 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE);
48 view.setBackgroundColor(backgroundColor);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategoryPageIndicatorView.java 41 public void setColors(final int foregroundColor, final int backgroundColor) {
43 setBackgroundColor(backgroundColor);
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 321 public final int backgroundColor;
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
362 mHasBackgroundColor = hasColor(backgroundColor);
370 this.backgroundColor = mHasBackgroundColor ? backgroundColor : Color.BLACK;
405 overlay.backgroundColor : backgroundColor;
483 final int backgroundColor = Secure.getInt(
484 cr, Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, defStyle.backgroundColor);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /frameworks/support/v7/cardview/base/android/support/v7/widget/
CardViewImpl.java 23 void initialize(CardViewDelegate cardView, Context context, int backgroundColor, float radius,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 42 int backgroundColor = a.getColor(
53 setBackgroundColor(backgroundColor);
ViewPagerTabStrip.java 48 int backgroundColor = res.getColor(R.color.actionbar_background_color);
53 setBackgroundColor(backgroundColor);
  /packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java 59 final int backgroundColor = savedInstanceState == null ? currentColor
61 setBackgroundColor(backgroundColor, false /* animate */);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabStrip.java 49 int backgroundColor = res.getColor(R.color.action_bar_background_color);
54 setBackgroundColor(backgroundColor);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 366 ValueAnimator backgroundColor = ValueAnimator.ofObject(new ArgbEvaluator(),
368 backgroundColor.addListener(new AnimatorListenerAdapter() {
374 backgroundColor.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
382 backgroundColor.setRepeatCount(ValueAnimator.INFINITE);
383 backgroundColor.setRepeatMode(ValueAnimator.REVERSE);
390 mFocusAnimator.playTogether(backgroundColor, translation);
398 ValueAnimator backgroundColor = ValueAnimator.ofObject(new ArgbEvaluator(),
400 backgroundColor.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
412 mFocusAnimator.playTogether(backgroundColor, translation);
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 45 self.window.backgroundColor = [UIColor whiteColor];
  /frameworks/support/v7/cardview/api21/android/support/v7/widget/
CardViewApi21.java 24 public void initialize(CardViewDelegate cardView, Context context, int backgroundColor,
26 final RoundRectDrawable backgroundDrawable = new RoundRectDrawable(backgroundColor, radius);
RoundRectDrawable.java 45 public RoundRectDrawable(int backgroundColor, float radius) {
48 mPaint.setColor(backgroundColor);
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 75 float backgroundColor[3];
BootAnimation.cpp 499 if (!parseColor(color, part.backgroundColor)) {
501 part.backgroundColor[0] = 0.0f;
502 part.backgroundColor[1] = 0.0f;
503 part.backgroundColor[2] = 0.0f;
600 part.backgroundColor[0],
601 part.backgroundColor[1],
602 part.backgroundColor[2],
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
CardViewEclairMr1.java 75 public void initialize(CardViewDelegate cardView, Context context, int backgroundColor,
77 RoundRectDrawableWithShadow background = createBackground(context, backgroundColor, radius,
84 RoundRectDrawableWithShadow createBackground(Context context, int backgroundColor,
86 return new RoundRectDrawableWithShadow(context.getResources(), backgroundColor, radius,
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js 204 backgroundColor: c.settings.gColor,
214 backgroundColor: c.settings.gColor,
226 backgroundColor: c.settings.gColor,
235 backgroundColor: c.settings.gColor,
249 backgroundColor: c.settings.pColor,
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 569 document.form['Ctrl'].style.backgroundColor = ButtonOnColor;
570 document.form['Ctrl2'].style.backgroundColor = ButtonOnColor;
574 document.form['Ctrl'].style.backgroundColor = document.form.style.backgroundColor;
575 document.form['Ctrl2'].style.backgroundColor = document.form.style.backgroundColor;
579 document.form['Shift'].style.backgroundColor = ButtonOnColor;
580 document.form['Shift2'].style.backgroundColor = ButtonOnColor;
584 document.form['Shift'].style.backgroundColor = document.form.style.backgroundColor;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 74 final int backgroundColor = selected ? subColor : Color.WHITE;
77 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, backgroundColor);
ImageRequest.java 226 final int backgroundColor = mDescriptor.circleBackgroundColor;
229 dest, null, backgroundColor == 0 ? false : true /* fillBackground */,
230 backgroundColor, strokeColor);
  /external/v8/test/mjsunit/regress/
regress-3252443.js 32 document.getElementById(p1+''+p0).style.backgroundColor = "";
38 document.getElementById(p1+''+i).style.backgroundColor = "";
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
MainActivity.java 117 opts.backgroundColor = Color.LTGRAY;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 97 // Placeholder is not optional because backgroundColor is part of it.
676 * Set {@link #backgroundColor} to the color used for the background of the placeholder and
739 public int backgroundColor = 0;
813 if (backgroundColor == 0
817 + "either backgroundColor or placeholder must be set.");
824 if (backgroundColor != 0 && Color.alpha(backgroundColor) != 255) {
827 + "backgroundColor must be set to an opaque color.");

Completed in 2679 milliseconds

1 2 3 4 5