Home
last modified time | relevance | path

Searched refs:borderColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java551 CaptionColor borderColor = new CaptionColor( in parseC1() local
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap, in parseC1()
571 fillColor, borderColor, borderType, wordWrap, printDirection, in parseC1()
951 public final CaptionColor borderColor; field in Cea708CCParser.CaptionWindowAttr
961 public CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, in CaptionWindowAttr() argument
966 this.borderColor = borderColor; in CaptionWindowAttr()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java919 final int borderColor = context.getColor(typedValue.resourceId); in ViewportWindow() local
923 mPaint.setColor(borderColor); in ViewportWindow()