Home
last modified time | relevance | path

Searched refs:mSolidText (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
92 mSolidText = (TextView) findViewById(R.id.time_solid); in onFinishInflate()
93 if (mSolidText != null) { in onFinishInflate()
94 mSolidText.setTypeface(sSolidType); in onFinishInflate()
153 if (mSolidText != null) mSolidText.setText(txt); in updateClock()