Searched refs:mRawTypeface (Results 1 – 1 of 1) sorted by relevance
343 public final String mRawTypeface; field in CaptioningManager.CaptionStyle370 mRawTypeface = rawTypeface; in CaptionStyle()407 final String newRawTypeface = overlay.mRawTypeface != null ? in applyStyle()408 overlay.mRawTypeface : mRawTypeface; in applyStyle()464 if (mParsedTypeface == null && !TextUtils.isEmpty(mRawTypeface)) { in getTypeface()465 mParsedTypeface = Typeface.create(mRawTypeface, Typeface.NORMAL); in getTypeface()489 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()