Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DTypefaces.java28 private static Typeface sRobotoNormal; field in Typefaces
40 if (sRobotoNormal == null) { in getRobotoNormal()
41 sRobotoNormal = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL); in getRobotoNormal()
43 return sRobotoNormal; in getRobotoNormal()