Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java62 private final float mBigFontSize, mSmallFontSize; field in CountingTimerView
270 mBigFontSize = r.getDimension(R.dimen.big_font_size); in CountingTimerView()
301 mTextHeight = mBigFontSize; in resetTextSize()
302 mPaintBigThin.setTextSize(mBigFontSize); in resetTextSize()