Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java461 int windowColor, String rawTypeface) { in CaptionStyle() argument
476 mRawTypeface = rawTypeface; in CaptionStyle()
593 String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE); in getCustomStyle() local
594 if (rawTypeface == null) { in getCustomStyle()
595 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()
599 windowColor, rawTypeface); in getCustomStyle()