Home | History | Annotate | Download | only in calllog

Lines Matching defs:typeface

23 import android.graphics.Typeface;
233 Typeface typeface = details.isRead ? Typeface.SANS_SERIF : Typeface.DEFAULT_BOLD;
234 views.nameView.setTypeface(typeface);
235 views.voicemailTranscriptionView.setTypeface(typeface);
236 views.voicemailTranscriptionBrandingView.setTypeface(typeface);
237 views.callLocationAndDate.setTypeface(typeface);
334 title.setTypeface(Typeface.create("sans-serif-medium", Typeface.NORMAL));