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

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java 372 final int typefaceStyle = mData.getShowDraft() ? Typeface.ITALIC : Typeface.NORMAL;
387 mSnippetTextView.setTypeface(typeface, typefaceStyle);
389 mSubjectTextView.setTypeface(typeface, typefaceStyle);
401 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
415 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
420 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle);
  /frameworks/base/core/java/android/widget/
Switch.java 382 int typefaceStyle = tf != null ? tf.getStyle() : 0;
383 int need = style & ~typefaceStyle;
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 361 int typefaceStyle = tf != null ? tf.getStyle() : 0;
362 int need = style & ~typefaceStyle;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 312 int typefaceStyle = tf != null ? tf.getStyle() : 0;
313 int need = style & ~typefaceStyle;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 106 milliseconds