Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java128 final float fontSize = mCaptioningManager.getFontScale(); in geTextAppearanceSummary() local
129 final int idx = Floats.indexOf(mFontSizeValuesArray, fontSize); in geTextAppearanceSummary()
DCaptionAppearanceFragment.java280 final float fontSize = mCaptioningManager.getFontScale(); in updateAllPreferences() local
281 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.java185 final float fontSize = is24HourFormat ? m24HourFontSize : m12HourFontSize;
186 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java343 final float fontSize = mCaptioningManager.getFontScale(); in updateAllPreferences() local
344 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()