Searched refs:typefaceStyle (Results 1 – 3 of 3) sorted by relevance
378 final int typefaceStyle = mData.getShowDraft() ? Typeface.ITALIC : Typeface.NORMAL; in bind() local393 mSnippetTextView.setTypeface(typeface, typefaceStyle); in bind()395 mSubjectTextView.setTypeface(typeface, typefaceStyle); in bind()408 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()422 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()427 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()
411 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setSwitchTypeface() local412 int need = style & ~typefaceStyle; in setSwitchTypeface()
2335 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setTypeface() local2336 int need = style & ~typefaceStyle; in setTypeface()4473 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setTypeface() local4474 boolean italic = (typefaceStyle & Typeface.ITALIC) != 0; in setTypeface()11895 int typefaceStyle = getTypefaceStyle(); in onProvideStructure() local11896 if ((typefaceStyle & Typeface.BOLD) != 0) { in onProvideStructure()11899 if ((typefaceStyle & Typeface.ITALIC) != 0) { in onProvideStructure()