Searched refs:mRawTypeface (Results 1 – 1 of 1) sorted by relevance
331 public final String mRawTypeface; field in CaptioningManager.CaptionStyle358 mRawTypeface = rawTypeface; in CaptionStyle()381 final String newRawTypeface = overlay.mRawTypeface != null ? in applyStyle()382 overlay.mRawTypeface : mRawTypeface; in applyStyle()438 if (mParsedTypeface == null && !TextUtils.isEmpty(mRawTypeface)) { in getTypeface()439 mParsedTypeface = Typeface.create(mRawTypeface, Typeface.NORMAL); in getTypeface()463 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()