Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java55 private final float mBigFontSize, mSmallFontSize; field in CountingTimerView
258 mSmallFontSize = r.getDimension(R.dimen.small_font_size); in CountingTimerView()
294 mPaintMed.setTextSize(mSmallFontSize); in resetTextSize()