Searched refs:mSolidText (Results 1 – 1 of 1) sorted by relevance
61 private TextView mSolidText, mBgText, mFgText; field in HoloClock92 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()