Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java354 private Typeface mParsedTypeface; field in CaptioningManager.CaptionStyle
466 if (mParsedTypeface == null && !TextUtils.isEmpty(mRawTypeface)) { in getTypeface()
467 mParsedTypeface = Typeface.create(mRawTypeface, Typeface.NORMAL); in getTypeface()
469 return mParsedTypeface; in getTypeface()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62153 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->mParsedTypeface:Landroid/graphics/Type…