Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DConversationViewUtils.java27 final float fontScale = resources.getConfiguration().fontScale; in setTextZoom() local
37 textZoom = (int) (textZoom * fontScale); in setTextZoom()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DConfigMonitor.java61 mFontScale = config.fontScale; in ConfigMonitor()
87 if (mFontScale != config.fontScale || mDensity != config.densityDpi) { in onReceive()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java177 final float fontScale = manager.getFontScale(); in applyCaptionProperties() local
182 previewText.setTextSize(virtualHeight * LINE_HEIGHT_RATIO * fontScale); in applyCaptionProperties()
186 previewText.setTextSize(textSize * fontScale); in applyCaptionProperties()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java217 final float fontScale = manager.getFontScale(); in applyCaptionProperties() local
222 previewText.setTextSize(virtualHeight * LINE_HEIGHT_RATIO * fontScale); in applyCaptionProperties()
226 previewText.setTextSize(textSize * fontScale); in applyCaptionProperties()
/packages/apps/SpareParts/src/com/android/spare_parts/
DSpareParts.java189 mCurConfig.fontScale = Float.parseFloat(objValue.toString()); in writeFontSizePreference()
232 pref.setValueIndex(floatToIndex(mCurConfig.fontScale, in readFontSizePreference()
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java118 public void onFontScaleChanged(float fontScale) { in onFontScaleChanged() argument
119 mFontScale = fontScale; in onFontScaleChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DToggleFontSizePreferenceFragment.java78 config.fontScale = mValues[index]; in createConfig()
/packages/apps/Settings/src/com/android/settings/display/
DToggleFontSizePreferenceFragment.java78 config.fontScale = mValues[index]; in createConfig()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java70 public void onFontScaleChanged(float fontScale) {