Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java360 int windowColor, String rawTypeface) { in CaptionStyle() argument
375 mRawTypeface = rawTypeface; in CaptionStyle()
492 String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE); in getCustomStyle() local
493 if (rawTypeface == null) { in getCustomStyle()
494 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()
498 windowColor, rawTypeface); in getCustomStyle()