Searched refs:getFontFamily (Results 1 – 4 of 4) sorted by relevance
38 brand = getFontFamily( in Context()42 plain = getFontFamily( in Context()49 private fun Context.getFontFamily( in Context() method
63 val fontFamily = getFontFamily() in noFontFamilyConfig_useDefaultFontFamily()76 val fontFamily = getFontFamily() in hasFontFamilyConfig_useConfiguredFontFamily()86 private fun getFontFamily(): Typography { in getFontFamily() method
296 Objects.requireNonNull(request.getFontFamily()); in update()297 Objects.requireNonNull(request.getFontFamily().getName()); in update()320 FontUpdateRequest.Family family = request.getFontFamily(); in update()
403 public Family getFontFamily() { in getFontFamily() method in FontUpdateRequest