Searched refs:fontFamily (Results 1 – 3 of 3) sorted by relevance
205 private void setCaptionsFontFamily(String fontFamily) { in setCaptionsFontFamily() argument206 if (TextUtils.equals(fontFamily, "default")) { in setCaptionsFontFamily()211 Settings.Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE, fontFamily); in setCaptionsFontFamily() local
215 String fontFamily = overlayRes.getString(overlayRes.getIdentifier(configName, in loadTypeface() local217 return Typeface.create(fontFamily, Typeface.NORMAL); in loadTypeface()
62 new int[]{android.R.attr.fontFamily}); in getDefaultBodyFont()