Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DHoloClock.java60 private static Typeface sBackgroundType, sForegroundType, sSolidType; field in HoloClock
82 sForegroundType = Typeface.createFromFile(CLOCK_FG_FONT); in onFinishInflate()
90 mFgText.setTypeface(sForegroundType); in onFinishInflate()