Home
last modified time | relevance | path

Searched defs:typefaceStyle (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListItemView.java378 final int typefaceStyle = mData.getShowDraft() ? Typeface.ITALIC : Typeface.NORMAL; in bind() local
/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java411 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setSwitchTypeface() local
H A DTextView.java2335 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setTypeface() local
4473 int typefaceStyle = tf != null ? tf.getStyle() : 0; in setTypeface() local
11895 int typefaceStyle = getTypefaceStyle(); in onProvideStructure() local