Searched refs:sRobotoBold (Results 1 – 1 of 1) sorted by relevance
27 private static Typeface sRobotoBold; field in Typefaces32 if (sRobotoBold == null) { in getRobotoBold()33 sRobotoBold = Typeface.create(Typeface.SANS_SERIF, Typeface.BOLD); in getRobotoBold()35 return sRobotoBold; in getRobotoBold()