Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DHoloClock.java61 private TextView mSolidText, mBgText, mFgText; field in HoloClock
88 mFgText = (TextView) findViewById(R.id.time_fg); in onFinishInflate()
89 if (mFgText != null) { in onFinishInflate()
90 mFgText.setTypeface(sForegroundType); in onFinishInflate()
152 if (mFgText != null) mFgText.setText(txt); in updateClock()