Searched refs:headlineFont (Results 1 – 3 of 3) sorted by relevance
54 Typeface headlineFont = Typeface.create( in loadOptions() local62 mOptions.add(new FontOption(overlayPackage, label, headlineFont, bodyFont)); in loadOptions()72 Typeface headlineFont = Typeface.create(system.getString(system.getIdentifier( in addDefault() local80 headlineFont, bodyFont)); in addDefault()
112 public FontOption(String packageName, String label, Typeface headlineFont, in FontOption() argument116 mHeadlineFont = headlineFont; in FontOption()
255 private void setHeadlineFont(Typeface headlineFont) { in setHeadlineFont() argument256 mStatusBarClock.setTypeface(headlineFont); in setHeadlineFont()257 mSmartSpaceDate.setTypeface(headlineFont); in setHeadlineFont()261 colorIconsSectionTitle.setTypeface(headlineFont); in setHeadlineFont()