Home | History | Annotate | Download | only in accessibility

Lines Matching refs:backgroundColor

304         public final int backgroundColor;
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
345 mHasBackgroundColor = backgroundColor != COLOR_UNSPECIFIED;
353 this.backgroundColor = mHasBackgroundColor ? backgroundColor : Color.BLACK;
374 overlay.backgroundColor : backgroundColor;
452 final int backgroundColor = Secure.getInt(
453 cr, Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, defStyle.backgroundColor);
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor,