Home
last modified time | relevance | path

Searched refs:Typefaces (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DTypefaces.java26 public class Typefaces { class
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListItemView.java58 import com.android.messaging.util.Typefaces;
167 mListItemReadTypeface = Typefaces.getRobotoNormal(); in onFinishInflate()
168 mListItemUnreadTypeface = Typefaces.getRobotoBold(); in onFinishInflate()