Searched refs:rawTypeface (Results 1 – 1 of 1) sorted by relevance
357 int windowColor, String rawTypeface) { in CaptionStyle() argument372 mRawTypeface = rawTypeface; in CaptionStyle()489 String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE); in getCustomStyle() local490 if (rawTypeface == null) { in getCustomStyle()491 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()495 windowColor, rawTypeface); in getCustomStyle()