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