Searched refs:fontSize (Results 1 – 4 of 4) sorted by relevance
165 val fontSize = if (is24HourFormat) m24HourFontSize else m12HourFontSize in update() constant166 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale) in update()
185 final float fontSize = is24HourFormat ? m24HourFontSize : m12HourFontSize;186 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
294 final float fontSize = mCaptioningManager.getFontScale(); in updateAllPreferences() local295 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()
343 final float fontSize = mCaptioningManager.getFontScale(); in updateAllPreferences() local344 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()