HomeSort by relevance Sort by last modified time
    Searched refs:typefaceStyle (Results 1 - 5 of 5) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java 378 final int typefaceStyle = mData.getShowDraft() ? Typeface.ITALIC : Typeface.NORMAL;
393 mSnippetTextView.setTypeface(typeface, typefaceStyle);
395 mSubjectTextView.setTypeface(typeface, typefaceStyle);
408 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
422 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
427 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
  /frameworks/base/core/java/android/widget/
Switch.java 389 int typefaceStyle = tf != null ? tf.getStyle() : 0;
390 int need = style & ~typefaceStyle;
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 370 int typefaceStyle = tf != null ? tf.getStyle() : 0;
371 int need = style & ~typefaceStyle;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 313 int typefaceStyle = tf != null ? tf.getStyle() : 0;
314 int need = style & ~typefaceStyle;
    [all...]

Completed in 935 milliseconds