Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java345 public final String mRawTypeface; field in CaptioningManager.CaptionStyle
372 mRawTypeface = rawTypeface; in CaptionStyle()
409 final String newRawTypeface = overlay.mRawTypeface != null ? in applyStyle()
410 overlay.mRawTypeface : mRawTypeface; in applyStyle()
466 if (mParsedTypeface == null && !TextUtils.isEmpty(mRawTypeface)) { in getTypeface()
467 mParsedTypeface = Typeface.create(mRawTypeface, Typeface.NORMAL); in getTypeface()
491 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62154 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->mRawTypeface:Ljava/lang/String;