Searched defs:fontFamily (Results 1 – 3 of 3) sorted by relevance
32 val fontFamily = FontFamily(font) in getTypography() constant
63 private fun fontFamily(context: Context, @StringRes id: Int): FontFamily { in fontFamily() method
205 private void setCaptionsFontFamily(String fontFamily) { in setCaptionsFontFamily()211 Settings.Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE, fontFamily); in setCaptionsFontFamily() local